/* David Personal Brand 26 — type tokens */
:root {
  --font-display: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, Menlo, monospace;

  /* Scale (desktop 1440) */
  --text-hero: 64px;       /* weight 700, line-height 1.02, ls -0.025em */
  --text-h1: 48px;         /* 700 / 1.05 / -0.025em */
  --text-h2: 34px;         /* 700 / 1.1 / -0.02em */
  --text-h3: 24px;         /* 600 / 1.2 / -0.015em */
  --text-lead: 19px;       /* 400 / 1.55 */
  --text-body-size: 16px;  /* 400 / 1.6 */
  --text-small: 13.5px;    /* 400-500 / 1.5 */
  --text-eyebrow: 12px;    /* 700 / ls 0.12em / uppercase / accent color */
  --text-mono-label: 12px; /* mono 500 */

  --tracking-display: -0.025em;
  --tracking-eyebrow: 0.12em;
}
