/* Prometheus Plasma Systems — Typography tokens */
:root {
  /* Families */
  --font-display: 'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body:    'Archivo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  /* 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.250 major-third, 16px base) */
  --fs-display:  3.815rem; /* 61px — hero / title slides */
  --fs-h1:       3.052rem; /* 49px */
  --fs-h2:       2.441rem; /* 39px */
  --fs-h3:       1.953rem; /* 31px */
  --fs-h4:       1.563rem; /* 25px */
  --fs-lg:       1.25rem;  /* 20px */
  --fs-body:     1rem;     /* 16px */
  --fs-sm:       0.875rem; /* 14px */
  --fs-xs:       0.75rem;  /* 12px */
  --fs-eyebrow:  0.8125rem;/* 13px — mono kicker */

  /* 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-eyebrow: 0.22em; /* @kind font */ /* tracked mono caps — brand signature */
  --ls-label:   0.08em; /* @kind font */
}
