/* ============================================================
   BASTYON · Typography tokens
   Display: Jost (substitute for "Brandmark Sans 11")
   Subtitle/label: Fira Sans Condensed   ·   Body: Fira Sans
   Mono/data: Fira Mono
   ============================================================ */

:root {
  /* Families */
  --font-display:  'Jost', 'Fira Sans', system-ui, sans-serif;
  --font-subtitle: 'Fira Sans Condensed', 'Fira Sans', system-ui, sans-serif;
  --font-body:     'Fira Sans', system-ui, -apple-system, sans-serif;
  --font-mono:     'Fira Mono', ui-monospace, 'SFMono-Regular', monospace;

  /* 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 */

  /* Type scale (1.25 major-third-ish, rounded for screens) */
  --text-xs:   0.75rem;   /* 12 */
  --text-sm:   0.875rem;  /* 14 */
  --text-base: 1rem;      /* 16 */
  --text-md:   1.125rem;  /* 18 */
  --text-lg:   1.375rem;  /* 22 */
  --text-xl:   1.75rem;   /* 28 */
  --text-2xl:  2.25rem;   /* 36 */
  --text-3xl:  3rem;      /* 48 */
  --text-4xl:  4rem;      /* 64 */
  --text-5xl:  5.25rem;   /* 84 */

  /* Line heights */
  --leading-tight:   1.08;  /* @kind font */
  --leading-snug:    1.22;  /* @kind font */
  --leading-normal:  1.5;   /* @kind font */
  --leading-relaxed: 1.65;  /* @kind font */

  /* Letter spacing */
  --tracking-tight:  -0.02em;  /* @kind font */
  --tracking-normal: 0;        /* @kind font */
  --tracking-wide:   0.04em;   /* @kind font */
  --tracking-caps:   0.12em;   /* @kind font */
}
