/* Handled Design System — Typography Tokens */

:root {
  /* ── Families ── */
  --font-serif: 'DM Serif Display', Georgia, 'Times New Roman', serif;
  --font-sans:  'DM Sans', system-ui, -apple-system, sans-serif;

  /* ── Scale ── */
  --text-display:  80px;
  --text-h1:       48px;
  --text-h2:       32px;
  --text-h3:       24px;
  --text-h4:       20px;
  --text-body-lg:  18px;
  --text-body:     16px;
  --text-body-sm:  14px;
  --text-label:    12px;
  --text-xs:       11px;

  /* ── Letter Spacing ── */
  --tracking-display:   -0.03em;
  --tracking-heading:   -0.02em;
  --tracking-subheading: -0.015em;
  --tracking-tight:     -0.01em;
  --tracking-normal:    0em;
  --tracking-label:     0.12em;
  --tracking-overline:  0.15em;

  /* ── Line Height ── */
  --leading-display:    1;
  --leading-heading:    1.1;
  --leading-subheading: 1.2;
  --leading-snug:       1.4;
  --leading-body:       1.7;
  --leading-relaxed:    1.8;

  /* ── Weight ── */
  --weight-light:       300;
  --weight-regular:     400;
  --weight-medium:      500;
  --weight-semibold:    600;
}
