/* Essence — typography tokens. DESIGN-SYSTEM.md §3. */
:root{
  --font-sans:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
  --font-mono:'JetBrains Mono','Fira Code',monospace;
  --font-doc:Arial,Helvetica,sans-serif; /* PDF exports, compliance reports, legal documents */

  --text-display-lg:48px;--lh-display-lg:52px;
  --text-display:36px;--lh-display:42px;
  --text-h1:28px;--lh-h1:34px;
  --text-h2:22px;--lh-h2:28px;
  --text-h3:18px;--lh-h3:24px;
  --text-h4:15px;--lh-h4:21px;
  --text-body-lg:16px;--lh-body-lg:26px;
  --text-body:14px;--lh-body:22px;
  --text-caption:12px;--lh-caption:18px;
  --text-small:11px;--lh-small:15px;
  --text-label:11px;
  --text-tagline:11px;
  --text-code:13px;--lh-code:20px;

  --weight-light:300;--weight-regular:400;--weight-medium:500;
  --weight-semibold:600;--weight-bold:700;--weight-extrabold:800;

  --tracking-tighter:-0.03em;--tracking-tight:-0.02em;--tracking-snug:-0.01em;
  --tracking-normal:0em;--tracking-wide:0.01em;--tracking-wider:0.06em;--tracking-widest:0.3em;
}
