:root{
  --font-display:"Alegreya",Georgia,"Times New Roman",serif;   /* logotype voice: headlines, pull quotes */
  --font-eyebrow:"Jost","Futura","Century Gothic",sans-serif;   /* tracked caps: eyebrows, buttons, nav */
  --font-body:"Work Sans","Helvetica Neue",Arial,sans-serif;    /* running text, UI */
  --font-mono:"JetBrains Mono",ui-monospace,Menlo,monospace;

  /* Display scale (Alegreya, tight) */
  --text-d1:clamp(56px,7vw,104px); --text-d2:clamp(44px,5vw,72px); --text-d3:clamp(34px,3.6vw,52px);
  --text-h1:40px; --text-h2:32px; --text-h3:24px; --text-h4:20px;
  /* Body scale (Work Sans) */
  --text-lead:21px; --text-body:17px; --text-sm:15px; --text-xs:13px; --text-2xs:11px;

  --lh-display:0.98; /* @kind font */
  --lh-tight:1.12; /* @kind font */
  --lh-heading:1.22; /* @kind font */
  --lh-body:1.62; /* @kind font */
  --lh-loose:1.75; /* @kind font */

  --ls-display:-0.02em; --ls-heading:-0.01em; --ls-body:0em;
  --ls-eyebrow:0.22em;   /* matches "S T R A T E G I E S" in the lockup */
  --ls-button:0.10em;
  --ls-nav:0.06em; /* @kind font */

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