/* ─────────────────────────────────────────────────────────────────────────
   tokens.css — FACES design tokens (single source of truth)
   Linked by every page. Change a colour, font, or spacing value here once
   and it propagates across the whole site.

   System: black, white, and the warm off-white between them. No brand colour.
   Type: Swiss / International Typographic Style — one neutral grotesque,
   hierarchy by weight + scale.
   ───────────────────────────────────────────────────────────────────────── */
:root{
  --bg:        #FCFBF9;
  --bg-alt:    #F4F2EE;
  --ink:       #0A0908;
  --ink-2:     #2A2622;
  --ink-mute:  #6E6963;
  --hair:      #E2DED6;
  --hair-2:    #1A1815;

  --font-display: 'Helvetica Neue','Helvetica','Inter','Arial',sans-serif;
  --font-body:    'Helvetica Neue','Helvetica','Inter','Arial',sans-serif;
  --font-serif:   'Helvetica Neue','Helvetica','Inter','Arial',sans-serif;

  --pad-x: clamp(1.5rem, 5vw, 6rem);
  --measure: 36ch;
  --measure-wide: 56ch;
}
