/* ── SHARED FONT TOKENS ─────────────────────────────────────────────────────
   Single source of truth for fonts across the entire portfolio.
   Edit the @import URL to swap font families, then update the variables below.
   This file is imported by style.css and linked from every case study page.
   ───────────────────────────────────────────────────────────────────────── */

/* Google Fonts are loaded via <link> tags in each HTML file — not here.
   Only CSS variable definitions live here. */

:root {
  --F: 'Syne', sans-serif;   /* headings / display  */
  --S: 'Syne', sans-serif;   /* body copy           */
  --M: 'Syne', sans-serif;   /* labels / tags / mono */
}
