:root{
  /* Type scale — 1.25 major-third-ish ramp, 16px base */
  --fs-display-1:clamp(3.5rem,7vw,6.5rem); /* @kind font */
  --fs-display-2:clamp(2.75rem,5vw,4.5rem); /* @kind font */
  --fs-h1:3rem; /* @kind font */
  --fs-h2:2.25rem; /* @kind font */
  --fs-h3:1.625rem; /* @kind font */
  --fs-h4:1.25rem; /* @kind font */
  --fs-lead:1.375rem; /* @kind font */
  --fs-body:1rem; /* @kind font */
  --fs-body-sm:.875rem; /* @kind font */
  --fs-caption:.75rem; /* @kind font */
  --fs-overline:.6875rem; /* @kind font */

  --lh-tight:1.02; /* @kind other */
  --lh-display:1.06; /* @kind other */
  --lh-heading:1.16; /* @kind other */
  --lh-lead:1.5; /* @kind other */
  --lh-body:1.65; /* @kind other */
  --lh-loose:1.85; /* @kind other */

  --ls-display:-.025em; /* @kind other */
  --ls-heading:-.015em; /* @kind other */
  --ls-body:0em; /* @kind other */
  --ls-overline:.22em; /* @kind other */
  --ls-button:.02em; /* @kind other */

  --fw-light:300; /* @kind other */
  --fw-regular:400; /* @kind other */
  --fw-brand:500; /* @kind other */
  --fw-semibold:600; /* @kind other */
  --fw-bold:700; /* @kind other */

  --measure-prose:64ch; /* @kind spacing */
  --measure-lead:44ch; /* @kind spacing */
}
