:root{
  /* ── Font families ────────────────────────────── */
  --font-display:"Noto Serif Condensed",Georgia,serif;          /* headlines, statements */
  --font-serif:"Cormorant Garamond",Georgia,"Times New Roman",serif; /* narrative / editorial */
  --font-mono:"DM Mono","PT Mono",ui-monospace,"SFMono-Regular",Menlo,monospace; /* metadata, captions, codes */
  --font-script:"Homemade Apple",cursive;                  /* signature / annotation only */

  /* ── Type scale (editorial, generous) ─────────── */
  --fs-display-xl:clamp(3.5rem,7vw,6.5rem); /* @kind font */
  --fs-display-l:clamp(2.75rem,5vw,4.5rem); /* @kind font */
  --fs-display-m:clamp(2rem,3.5vw,3rem); /* @kind font */
  --fs-title:1.75rem;
  --fs-lead:1.375rem;   /* serif introductions */
  --fs-body:1.0625rem;  /* serif narrative */
  --fs-body-sm:0.9375rem;
  --fs-meta:0.8125rem;  /* mono metadata */
  --fs-meta-xs:0.6875rem;

  /* ── Line heights ─────────────────────────────── */
  --lh-tight:1.02; /* @kind other */
  --lh-snug:1.18; /* @kind other */
  --lh-body:1.6; /* @kind other */
  --lh-meta:1.5; /* @kind other */

  /* ── Tracking ─────────────────────────────────── */
  --tr-display:-0.01em;
  --tr-meta:0.18em;   /* mono labels, uppercase */
  --tr-meta-wide:0.28em;

  /* ── Weights ──────────────────────────────────── */
  /* Mono defaults to Light. It never goes bold (DM Mono ships no bold cut,
     and font-synthesis:none blocks faux-bold). Use --fw-mono-reg only where a
     small interactive label needs a touch more presence (buttons, tags). */
  --fw-mono:300; /* @kind other */
  --fw-mono-reg:400; /* @kind other */
}
