/* PromoAI — Typography tokens */
:root {
  --font-display: 'Hanken Grotesk', 'Segoe UI', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;

  /* Weights */
  --fw-regular: 400;   /* @kind font */
  --fw-medium:  500;   /* @kind font */
  --fw-semibold:600;   /* @kind font */
  --fw-bold:    700;   /* @kind font */
  --fw-extrabold:800;  /* @kind font */
  --fw-black:   900;   /* @kind font */

  /* Display scale (Hanken Grotesk) — hero & section headers */
  --text-hero:    72px;  /* hero H1 */
  --text-display: 52px;
  --text-h1:      40px;
  --text-h2:      32px;
  --text-h3:      24px;
  --text-h4:      20px;

  /* Body / UI scale (Inter) */
  --text-lg:   18px;
  --text-base: 16px;
  --text-sm:   14px;
  --text-xs:   13px;
  --text-2xs:  11px;

  /* Line heights */
  --lh-tight:   1.04;  /* @kind font */
  --lh-snug:    1.18;  /* @kind font */
  --lh-normal:  1.5;   /* @kind font */

  /* Letter spacing */
  --ls-tighter: -0.03em;  /* hero */
  --ls-tight:   -0.02em;  /* headings */
  --ls-normal:  0;        /* @kind font */
  --ls-wide:    0.06em;   /* eyebrow / labels (uppercase) */
}
