/* ============================================================
   Digital Experts — Typography tokens
   Headlines: Noto Serif Condensed  ·  Body: Open Sauce
   Editorial, members'-club register: large condensed serif
   headlines, generous tracking on eyebrow labels, clean sans
   body copy.
   ============================================================ */

:root {
  --font-display: "Noto Serif Condensed", "Times New Roman", serif;
  --font-body:    "Open Sauce", "Segoe UI", system-ui, sans-serif;

  /* Type scale (fluid-friendly, rem-based) */
  --fs-display-1: 5.5rem;   /* hero */
  --fs-display-2: 4rem;
  --fs-h1:        3rem;
  --fs-h2:        2.25rem;
  --fs-h3:        1.625rem;
  --fs-h4:        1.25rem;
  --fs-lead:      1.375rem; /* intro paragraphs */
  --fs-body:      1.0625rem;
  --fs-small:     0.9375rem;
  --fs-caption:   0.8125rem;
  --fs-eyebrow:   0.75rem;

  /* Line heights */
  --lh-tight:   1.02; /* @kind other */
  --lh-snug:    1.15; /* @kind other */
  --lh-normal:  1.5; /* @kind other */
  --lh-relaxed: 1.65; /* @kind other */

  /* Tracking */
  --ls-eyebrow: 0.22em;   /* ALL-CAPS section labels */
  --ls-caps:    0.08em;
  --ls-tight:   -0.01em;
  --ls-display: -0.015em;

  --fw-regular: 400; /* @kind other */
  --fw-medium:  500; /* @kind other */
  --fw-semibold: 600; /* @kind other */
  --fw-bold:    700; /* @kind other */
}
