
:root {
  --font-sans: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, 'SF Mono', 'JetBrains Mono', Menlo, Consolas, monospace;
  --fw-light:    300;
  --fw-regular:  400;
  --fw-medium:   500;
  --fw-semibold: 600;
  --fw-bold:     700;
  --fw-black:    800;
  --fs-display:  56px;
  --fs-h1:       40px;
  --fs-h2:       30px;
  --fs-h3:       23px;
  --fs-h4:       19px;
  --fs-lg:       17px;
  --fs-body:     15px;
  --fs-sm:       13.5px;
  --fs-xs:       12.5px;
  --fs-micro:    11px;
  --fs-code:     13.5px;
  --fs-code-sm:  12.5px;
  --lh-tight:    1.1;
  --lh-snug:     1.25;
  --lh-normal:   1.5;
  --lh-relaxed:  1.65;
  --ls-tighter:  -0.03em;
  --ls-tight:    -0.017em;
  --ls-normal:   0;
  --ls-wide:     0.02em;
  --ls-caps:     0.06em;
}
