/* Family Centric Birth — design tokens (from BUILD-SPEC §2–3, measured off the
   live Squarespace site at 1568px viewport). */
:root {
  /* Color */
  --color-accent:      #7877E6;  /* headings, quotes, buttons, links, card copy */
  --color-bg:          #F4F4F3;  /* page background everywhere */
  --color-text:        #000000;  /* body copy on background */
  --color-card:        #FFFFFF;  /* white content cards (Services) */
  --color-dark-accent: #4F4F4F;

  /* Type — Jubilat (Adobe Fonts) is the true heading face; Zilla Slab Light
     is the free stand-in until a Jubilat license is wired up (BUILD-SPEC §3). */
  --font-heading: "jubilat", "Zilla Slab", "Bitter", serif;
  --font-body:    "Raleway", "Helvetica Neue", sans-serif;
  --fw-heading: 300; /* set to 200 when real Jubilat loads */

  /* Layout */
  --max-width: 1500px;
  --gutter: clamp(20px, 4vw, 60px);
}
