/* Nuvem Design — typography tokens
   Degular Display carries all voice; Space Grotesk does the quiet work. */

:root {
  --font-display: "Degular Display", "Archivo", sans-serif;
  --font-body: "Space Grotesk", sans-serif;

  /* ---- Display scale (deck @1920 reference) ---- */
  --text-hero: 96px;        /* slide hero / cover lines */
  --text-h1: 72px;          /* slide title */
  --text-h2: 48px;          /* section divider line */
  --text-h3: 32px;          /* sub-headline */
  --text-lead: 26px;        /* italic kicker / eyebrow */
  --text-body-lg: 24px;     /* slide body */
  --text-body-md: 18px;
  --text-caption: 14px;     /* credit lines, handles */

  /* ---- Weights ---- */
  --weight-display-hero: 900;   /* Degular Black — the loud half of a headline */
  --weight-display-soft: 300;   /* Degular Light Italic — the quiet half */
  --weight-body: 400;
  --weight-body-strong: 700;

  /* ---- Rhythm ---- */
  --leading-display: 0.95;
  --leading-body: 1.4;
  --tracking-display: -0.01em;
  --tracking-caps: 0;

  /* Semantic */
  --text-on-image-credit: 12px;
}
