:root{
  --font-display:"EB Garamond",Georgia,serif;                 /* emotion: display, H1, H2, pull quotes */
  --font-structure:"Albert Sans",Helvetica,Arial,sans-serif;  /* architecture: H3-H6, nav, labels, buttons, stats, forms */
  --font-sans:"Instrument Sans",Helvetica,Arial,sans-serif;   /* reading: body, captions, testimonials */
  /* Scale */
  --text-display:clamp(64px,7vw,96px);
  --text-h1:clamp(56px,5vw,72px);
  --text-h2:clamp(42px,3.6vw,52px);
  --text-h3:clamp(30px,2.6vw,36px);
  --text-h4:24px;
  --text-h5:20px;
  --text-h6:18px;
  --text-body-lg:20px;
  --text-body:18px;
  --text-small:16px;
  --text-caption:14px;
  --text-button:15px;
  --text-eyebrow:13px;
  --text-quote:clamp(28px,2.8vw,38px);
  /* Line heights */
  --lh-display:1.02; /* @kind other */
  --lh-h1:1.05; /* @kind other */
  --lh-h2:1.1; /* @kind other */
  --lh-h3:1.2; /* @kind other */
  --lh-h4:1.3; /* @kind other */
  --lh-body-lg:1.6; /* @kind other */
  --lh-body:1.65; /* @kind other */
  --lh-small:1.55; /* @kind other */
  --lh-caption:1.45; /* @kind other */
  --lh-quote:1.3; /* @kind other */
  /* Letter spacing — disciplined tracking */
  --ls-display:-0.02em; /* @kind other */
  --ls-h1:-0.015em; /* @kind other */
  --ls-h2:-0.015em; /* @kind other */
  --ls-h3:0; /* @kind other */
  --ls-nav:0.02em; /* @kind other */
  --ls-button:0.03em; /* @kind other */
  --ls-eyebrow:0.12em; /* @kind other */
  --ls-small:0.01em; /* @kind other */
  /* Weights */
  --weight-display:600; /* @kind other */
  --weight-h2:500; /* @kind other */
  --weight-structure:600; /* @kind other */
  --weight-structure-bold:700; /* @kind other */
  --weight-body:400; /* @kind other */
  --weight-medium:500; /* @kind other */
  /* Measures */
  --measure:66ch; /* @kind other */
  --measure-narrow:46ch; /* @kind other */
  --para-space:1.1em; /* @kind other */
}
