:root{
  --font-display:"Poppins","Poppins Fallback",system-ui,sans-serif;
  --font-text:"DM Sans","DM Sans Fallback",system-ui,sans-serif;
  --font-mono:"JetBrains Mono",ui-monospace,Menlo,monospace;

  /* display scale — hero / marketing, tight tracking */
  --fs-display-1:clamp(3.25rem,7vw,5.75rem); /* @kind font */
  --fs-display-2:clamp(2.5rem,5vw,4rem); /* @kind font */
  --fs-display-3:clamp(2rem,3.6vw,3rem); /* @kind font */
  --lh-display:1.04; /* @kind font */
  --tr-display:-0.032em; /* @kind font */
  --tr-display-tight:-0.04em; /* @kind font */

  /* heading scale — product UI */
  --fs-h1:2rem; /* @kind font */
  --fs-h2:1.5rem; /* @kind font */
  --fs-h3:1.1875rem; /* @kind font */
  --fs-h4:1.0625rem; /* @kind font */
  --lh-heading:1.24; /* @kind font */
  --tr-heading:-0.018em; /* @kind font */

  /* body */
  --fs-lead:1.3125rem; /* @kind font */
  --fs-body:1rem; /* @kind font */
  --fs-body-sm:0.9375rem; /* @kind font */
  --fs-caption:0.8125rem; /* @kind font */
  --fs-micro:0.6875rem; /* @kind font */
  --lh-body:1.55; /* @kind font */
  --lh-lead:1.45; /* @kind font */
  --tr-body:-0.006em; /* @kind font */

  /* eyebrow / wordmark tracking, taken from the lockups */
  --tr-eyebrow:0.14em; /* @kind font */
  --tr-wordmark:0.09em; /* @kind font */

  --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 */

  --measure-prose:64ch; /* @kind other */
  --measure-lead:46ch; /* @kind other */
}
