/* ============================================================
   Via Nutria — Typography
   Victor Serif  → titles, editorial display, the logotype.
   Elza Text     → body copy, UI, labels. Warm humanist sans.
   ============================================================ */
:root{
  --font-display:"Victor Serif",Georgia,"Times New Roman",serif;
  --font-text:"Elza Text","Helvetica Neue",Arial,sans-serif;

  /* Type scale — editorial, generous. rem @ 16px base. */
  --fs-display-xl:4.5rem;   /* 72 — hero titles        */
  --fs-display-l:3.25rem;   /* 52 — page titles        */
  --fs-display-m:2.5rem;    /* 40 — section titles     */
  --fs-title:2rem;          /* 32 — card / block title */
  --fs-subtitle:1.5rem;     /* 24                      */
  --fs-lead:1.25rem;        /* 20 — lead paragraph     */
  --fs-body:1.0625rem;      /* 17 — default body       */
  --fs-body-sm:0.9375rem;   /* 15                      */
  --fs-caption:0.8125rem;   /* 13                      */
  --fs-eyebrow:0.75rem;     /* 12 — overline labels    */

  --lh-tight:1.06; /* @kind other */
  --lh-title:1.16; /* @kind other */
  --lh-snug:1.35; /* @kind other */
  --lh-body:1.62; /* @kind other */

  --ls-display:-0.015em; /* @kind other */
  --ls-tight:-0.01em; /* @kind other */
  --ls-normal:0; /* @kind other */
  --ls-eyebrow:0.18em; /* @kind other */

  --fw-regular:400; /* @kind other */
}
