/* Chrysalis AI — Typography tokens */

:root {
  /* families */
  --font-display: 'Poppins', 'Segoe UI', system-ui, sans-serif;      /* headings & wordmark */
  --font-body:    'Hanken Grotesk', system-ui, -apple-system, sans-serif; /* UI & prose */
  --font-mono:    'IBM Plex Mono', ui-monospace, 'SFMono-Regular', monospace; /* audit / code / metadata */

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

  /* type scale (1.25 major-third-ish, tuned) */
  --text-2xs: 0.6875rem;  /* 11px — mono labels */
  --text-xs:  0.75rem;    /* 12px */
  --text-sm:  0.875rem;   /* 14px */
  --text-md:  1rem;       /* 16px — base body */
  --text-lg:  1.125rem;   /* 18px */
  --text-xl:  1.375rem;   /* 22px */
  --text-2xl: 1.75rem;    /* 28px */
  --text-3xl: 2.25rem;    /* 36px */
  --text-4xl: 3rem;       /* 48px */
  --text-5xl: 4rem;       /* 64px — hero */
  --text-6xl: 5.25rem;    /* 84px — display wordmark */

  /* line heights */
  --lh-tight:  1.05; /* @kind font */
  --lh-snug:   1.2; /* @kind font */
  --lh-normal: 1.5; /* @kind font */
  --lh-relaxed: 1.65; /* @kind font */
  /* letter spacing */
  --ls-tight:   -0.02em; /* @kind font */
  --ls-normal:  0; /* @kind font */
  --ls-wide:    0.04em; /* @kind font */
  --ls-caps:    0.14em; /* @kind font */
}
