/*
 * Purtle.com Barrio — Brand Foundation V1
 *
 * Intentionally minimal.
 * Bootstrap Barrio is the direct base theme.
 */

:root {
  --purtle-near-black: #111113;
  --purtle-warm-ivory: #FAF8F2;
  --purtle-primary-gold: #B98A3D;
  --purtle-deeper-brass: #9C6B20;
  --purtle-interaction-gold: var(--purtle-primary-gold);
}

html,
body {
  font-family: "Purtle Inter", Arial, Helvetica, sans-serif;
}

/* --------------------------------------------------------------------------
   Testimonials archive Bootstrap row containment

   The archive View renders .view-content.row directly inside a full-width
   View wrapper. Bootstrap's normal negative row gutter margins therefore
   extend 12px beyond the viewport. Keep the existing child gutters while
   containing only this archive row within its parent.
   -------------------------------------------------------------------------- */

body.path-testimonials
  .view-id-testimonial.view-display-id-page_all_testimonials
  > .view-content.row {
  margin-left: 0;
  margin-right: 0;
}

