/* Wanted has no named Figma text styles (METADATA text-style count is 0) — sizes are
   applied ad hoc per layer. This scale distills the recurring combinations observed
   across the file (Overview/Color/Typography/Makers-Principle pages) into reusable
   semantic classes for this design system's own guideline pages and UI kits. */
:root{
  --text-display: 700 36px/1.334 var(--font-sans);
  --text-display-tight: -0.027em;
  --text-heading-lg: 700 28px/1.358 var(--font-sans);
  --text-heading-lg-tight: -0.024em;
  --text-heading: 700 24px/1.334 var(--font-sans);
  --text-heading-tight: -0.023em;
  --text-title: 600 20px/1.4 var(--font-sans);
  --text-body-strong: 600 16px/1.5 var(--font-sans);
  --text-body: 500 16px/1.5 var(--font-sans);
  --text-body-tracking: 0.006em;
  --text-callout: 600 15px/1.467 var(--font-sans);
  --text-caption: 500 14px/1.4 var(--font-sans);
  --text-small: 500 13px/1.385 var(--font-sans);
  --text-small-tracking: 0.019em;
  --text-micro: 600 11px/1.3 var(--font-sans);
}
