/* Com-Pass Consultant — Typography tokens
   Montserrat = display/headings (structure, authority).
   Inter = body & UI. Arial = universal fallback (matches Office deliverables). */

:root {
  /* ── Families ────────────────────────────────── */
  --font-display: 'Montserrat', Arial, 'Helvetica Neue', sans-serif;
  --font-body:    'Inter', Arial, 'Helvetica Neue', sans-serif;
  --font-ui:      'Inter', Arial, 'Helvetica Neue', sans-serif;

  /* ── Weights ─────────────────────────────────── */
  --fw-regular: 400; /* @kind font */
  --fw-medium:  500; /* @kind font */
  --fw-semibold:600; /* @kind font */
  --fw-bold:    700; /* @kind font */
  --fw-heavy:   800; /* @kind font */

  /* ── Type scale (web) ────────────────────────── */
  --fs-display:  clamp(2.75rem, 5vw, 3.75rem); /* @kind font */
  --fs-h1:       2.25rem;   /* 36 */
  --fs-h2:       1.625rem;  /* 26 */
  --fs-h3:       1.25rem;   /* 20 */
  --fs-lead:     1.1875rem; /* 19 lead paragraph */
  --fs-body:     1rem;      /* 16 */
  --fs-small:    0.875rem;  /* 14 */
  --fs-caption:  0.75rem;   /* 12 legends / footers */

  /* ── Line heights ────────────────────────────── */
  --lh-tight:  1.1;  /* @kind font */
  --lh-snug:   1.25; /* @kind font */
  --lh-body:   1.6;  /* @kind font */

  /* ── Tracking ────────────────────────────────── */
  --ls-tight:   -0.01em; /* @kind font */
  --ls-normal:  0;       /* @kind font */
  --ls-label:   0.08em;  /* @kind font */
  --ls-wide:    0.14em;  /* @kind font */
}
