/* Netcalibre typography tokens.
   Archivo speaks. Plex Mono annotates. */

:root {
  --font-sans: 'Archivo', system-ui, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  /* Email-safe fallbacks (system fonts, no token): Calibri/Arial for Archivo, Courier New for Plex Mono */

  /* Display / headline — Archivo 800, tight tracking */
  --text-hero-size: 62px;        /* letter-spacing -2.2px, line-height 1.02 */
  --text-h2-size: 44px;          /* letter-spacing -1.5px */
  --text-cta-size: 52px;         /* letter-spacing -2px */
  --text-card-title-size: 22px;  /* weight 700, letter-spacing -.4px */
  --tracking-hero: -2.2px;
  --tracking-h2: -1.5px;
  --leading-hero: 1.02;

  /* Body — Archivo 400 in Grey 500 */
  --text-lead-size: 18px;        /* line-height 1.6 */
  --text-body-size: 15.5px;      /* line-height 1.6 */
  --text-card-body-size: 14.5px; /* line-height 1.6 */
  --leading-body: 1.6;

  /* Eyebrow / label — IBM Plex Mono, uppercase */
  --text-eyebrow-size: 12px;     /* letter-spacing .14em */
  --text-label-size: 11px;       /* letter-spacing .12em */
  --text-footnote-size: 11px;    /* footer legal line */
  --tracking-eyebrow: .14em;
  --tracking-label: .12em;

  /* Stat block — big Archivo number, small mono caption */
  --text-stat-size: 24px;        /* weight 800 */
  --text-stat-caption-size: 11px;
}
