/* =====================================================
   Armada Next — typography tokens
   Geist for everything; Geist Mono for metadata, codes, badges.
   Scoped to `.armada-next`.
   ===================================================== */

.armada-next {
  /* families */
  --font-sans:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --font-mono:    "Geist Mono", ui-monospace, "SF Mono", monospace;
  --font-display: var(--font-sans);

  /* tracking */
  --tracking-tight: 0;
  --tracking-wide:  0.08em;
  --tracking-mono:  0.06em;

  /* type scale (px) */
  --text-display: 26px;
  --text-h2:      18px;
  --text-section: 13px;
  --text-body:    14px;
  --text-sm:      13px;
  --text-xs:      12px;
  --text-2xs:     11px;
  --text-mono:    10px;

  /* weights */
  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;

  /* line-heights */
  --leading-tight: 1.1;
  --leading-snug:  1.35;
  --leading-body:  1.55;
}
