:root{
  --font-display:"Playfair Display",Georgia,"Times New Roman",serif;
  --font-body:"Poppins","Helvetica Neue",Arial,sans-serif;
  --font-mono:ui-monospace,SFMono-Regular,Menlo,monospace;

  --fw-light:300; /* @kind font */--fw-regular:400; /* @kind font */--fw-medium:500; /* @kind font */--fw-semibold:600; /* @kind font */--fw-bold:700; /* @kind font */

  /* Display / headings — Playfair Display */
  --text-display:clamp(2.75rem,5vw,4rem);      /* 44 → 64 */
  --text-h1:clamp(2.25rem,4vw,3.25rem);        /* 36 → 52 */
  --text-h2:clamp(1.875rem,3vw,2.5rem);        /* 30 → 40 */
  --text-h3:1.75rem;                            /* 28 */
  --text-h4:1.375rem;                           /* 22 */
  --text-h5:1.125rem;                           /* 18 */

  /* Body / UI — Poppins */
  --text-lead:1.125rem;                         /* 18 */
  --text-body-lg:1.0625rem;                     /* 17 */
  --text-body:1rem;                             /* 16 */
  --text-body-sm:0.9375rem;                     /* 15 */
  --text-caption:0.8125rem;                     /* 13 */
  --text-eyebrow:0.8125rem;                     /* 13, uppercase, tracked */

  --lh-tight:1.14; /* @kind other */
  --lh-heading:1.22; /* @kind other */
  --lh-snug:1.45; /* @kind other */
  --lh-body:1.7; /* @kind other */
  --lh-loose:1.85; /* @kind other */

  --ls-display:-0.01em; /* @kind other */
  --ls-heading:-0.005em; /* @kind other */
  --ls-body:0; /* @kind other */
  --ls-eyebrow:0.16em; /* @kind other */
  --ls-button:0.04em; /* @kind other */

  --measure-narrow:44ch; /* @kind other */
  --measure-body:66ch; /* @kind other */
  --measure-wide:78ch; /* @kind other */
}
