/* Gateway South — Type tokens
   Hierarchy per brand overview p.13 + confirmed slide-formatting rules from
   GWS Brand PPTX.pptx (layout29 "GWS Slide Formatting Guidelines"):
     Titles:        PP Telegraf (Montserrat stand-in), 19pt, Capitalize Each Word
     Slide body:    Untitled Sans (Source Sans 3 stand-in) — high-level text 15pt,
                    sub-points/larger chunks 12pt; left-aligned, 0" left margin,
                    vertically centered on slide
     Graphic titles: Untitled Sans 15pt, centered, bold
     Graphic captions: ABC Monument Grotesk MONO (Space Mono stand-in), 10pt,
                    UPPERCASE, centered, black or white, at inside top/bottom of image
     Sub-headings (general UI): ALL CAPS · Space Grotesk (ABC Monument Grotesk stand-in) */
:root {
  --font-heading: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --font-subheading: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif;
  --font-logotype: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
  --font-caption-mono: 'Space Mono', 'Courier New', monospace;

  /* Display / heading scale — big, confident, industrial */
  --text-display-1: 700 clamp(2.75rem, 4.5rem, 5.5rem)/1.02 var(--font-heading);
  --text-display-2: 700 clamp(2.25rem, 3.5rem, 4rem)/1.05 var(--font-heading);
  --text-h1: 700 clamp(2rem, 2.6rem, 3rem)/1.1 var(--font-heading);
  --text-h2: 600 clamp(1.5rem, 1.9rem, 2.25rem)/1.15 var(--font-heading);
  --text-h3: 600 1.375rem/1.25 var(--font-heading);

  /* Sub-heading — always ALL CAPS + tracked in usage */
  --text-eyebrow: 500 0.8125rem/1.4 var(--font-subheading);
  --text-subhead: 500 1rem/1.3 var(--font-subheading);
  --text-subhead-lg: 500 1.25rem/1.3 var(--font-subheading);

  /* Body */
  --text-body-lg: 400 1.1875rem/1.6 var(--font-body);
  --text-body: 400 1rem/1.6 var(--font-body);
  --text-body-sm: 400 0.875rem/1.5 var(--font-body);
  --text-caption: 400 0.75rem/1.4 var(--font-body);

  /* Logotype / UI accents */
  --text-ui-label: 500 0.9375rem/1.2 var(--font-logotype);
  --text-ui-button: 700 0.9375rem/1 var(--font-logotype);

  /* Slide-exact tokens — 1pt = 1.333px, matched to the brand PPTX's own
     point sizes for use inside slides/decks (see slides/ for examples). */
  --text-slide-title: 700 25px/1.2 var(--font-heading);       /* 19pt, Capitalize Each Word */
  --text-slide-body-hi: 400 20px/1.4 var(--font-body);         /* 15pt, high-level */
  --text-slide-body-sub: 400 16px/1.4 var(--font-body);        /* 12pt, sub-points */
  --text-slide-graphic-title: 700 20px/1.3 var(--font-body);   /* 15pt, centered, bold */
  --text-slide-caption-mono: 400 13px/1.3 var(--font-caption-mono); /* 10pt, uppercase, centered */

  --tracking-eyebrow: 0.14em;
  --tracking-caps: 0.06em;
}
