:root{
  /* Families */
  --font-display:"Sandra","Barlow Condensed",Impact,sans-serif;
  --font-body:"Barlow Condensed","Barlow",Helvetica,Arial,sans-serif;
  --font-numeric:"Barlow Condensed",Helvetica,Arial,sans-serif;

  /* Weights — Sandra has one; Barlow Condensed carries the range */
  --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 scale (Sandra, always uppercase) */
  --fs-display-xxl:112px;
  --fs-display-xl:80px;
  --fs-display-l:64px;
  --fs-display-m:44px;
  --fs-display-s:32px;
  --lh-display:0.92; /* @kind other */
  --ls-display:0.005em; /* @kind other */

  /* Text scale (Barlow Condensed) */
  --fs-h1:34px;
  --fs-h2:26px;
  --fs-h3:20px;
  --fs-body-l:18px;
  --fs-body:16px;
  --fs-body-s:14px;
  --fs-caption:13px;
  --fs-micro:11px;
  --lh-tight:1.15; /* @kind other */
  --lh-body:1.55; /* @kind other */
  --lh-loose:1.7; /* @kind other */

  /* Eyebrow / label treatment — the system's signature small type */
  --ls-eyebrow:0.14em; /* @kind other */
  --ls-micro:0.10em; /* @kind other */
  --ls-body:0.005em; /* @kind other */
}
