:root{
  --font-display:"Heading Now","Anton",system-ui,sans-serif; /* condensed, bold, UPPERCASE */
  --font-body:"Source Sans Variable","Source Sans 3",system-ui,sans-serif;

  --fw-body:400; /* @kind font */
  --fw-body-semi:600; /* @kind font */
  --fw-body-bold:700; /* @kind font */
  --fw-display:700; /* @kind font */

  /* Display scale — Heading Now, uppercase */
  --text-display-xxl:58px; --lh-display-xxl:0.98; /* @kind other */
  --text-display-xl:46px;  --lh-display-xl:1; /* @kind other */
  --text-display-l:30px;   --lh-display-l:1.08; /* @kind other */
  --text-display-m:22px;   --lh-display-m:1.12; /* @kind other */
  --text-display-s:15px;   --lh-display-s:1.2; /* @kind other */

  /* Body scale — Source Sans */
  --text-body-l:17px; --lh-body-l:1.55; /* @kind other */
  --text-body-m:15px; --lh-body-m:1.55; /* @kind other */
  --text-body-s:13.5px; --lh-body-s:1.5; /* @kind other */
  --text-caption:12px; --lh-caption:1.4; /* @kind other */

  /* Eyebrow / label */
  --text-eyebrow:13px;
  --tracking-eyebrow:0.16em; /* @kind other */
  --tracking-display:0.01em; /* @kind other */
  --tracking-tagline:0.1em; /* @kind other */
  --tracking-label:0.06em; /* @kind other */
}
