:root {
  /* ── Family ─────────────────────────────────────── */
  --font-sans: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;

  /* ── Weights ────────────────────────────────────── */
  --font-weight-regular: 400;
  --font-weight-medium: 500;

  /* ── Type scale (size / line-height) ────────────── */
  --text-display-size: 36px;
  --text-display-lh: 44px;
  --text-display-weight: 500;

  --text-h1-size: 24px;
  --text-h1-lh: 32px;
  --text-h1-weight: 500;

  --text-h2-size: 18px;
  --text-h2-lh: 26px;
  --text-h2-weight: 500;

  --text-body-size: 15px;
  --text-body-lh: 23px;
  --text-body-weight: 400;

  --text-caption-size: 12px;
  --text-caption-lh: 18px;
  --text-caption-weight: 400;

  --text-eyebrow-size: 11px;
  --text-eyebrow-lh: 16px;
  --text-eyebrow-weight: 500;
  --text-eyebrow-spacing: 0.08em;
  --text-eyebrow-transform: uppercase;
}
