/* ============================================================================
   HEADER TYPE — MILITARY REGISTER            founder ruling 2026-08-10
   "Change the header font to something more military style."

   The face is OSWALD: a condensed gothic in the lineage of the lettering on
   field signage, unit boards and stencilled crates — institutional, not
   costume. A true stencil (Black Ops One, Stardos) was rejected before it was
   written: this is a nonprofit that people in crisis read, and a stencil on a
   navigation bar reads as a war film, not as an operation.

   SCOPE IS THE HEADER ONLY — ticker, wordmark, nav links, and the nav's own
   buttons. Nothing below the header changes: the body face (Archivo, or Space
   Grotesk on about) and Anton headlines are untouched, so the page still has
   exactly three voices.

   Loaded on every page AFTER styles.css so these rules win at equal
   specificity. One hosted request, preconnected in each page head, display=swap
   — self-host into assets/fonts/ if the header ever needs to render before
   first paint.
   ========================================================================== */

/* SECOND PASS 2026-08-10 — a different military look, by request. Oswald read
   as civic/institutional condensed. CHAKRA PETCH is the other military register:
   squared terminals, clipped corners — the lettering of instrument panels, HUDs
   and equipment plates. It is wider than Oswald, so the sizes and tracking below
   are pulled in to keep the nav run measuring the same and the 1240/1080
   breakpoints undisturbed. */
:root{--font-command:"Chakra Petch","Oswald","Arial Narrow",system-ui,sans-serif}

/* The ticker — already a status strip; the condensed face makes it read as one. */
.ticker__rail{font-family:var(--font-command);font-weight:500;letter-spacing:.13em}

/* The wordmark. Uppercase and tracked: it is a unit name, not a signature.
   The mark (the PNG) is unchanged and still leads. */
.nav__names b{font-family:var(--font-command);font-weight:700;font-size:14px;
  letter-spacing:.05em;text-transform:uppercase}
.nav__names span{font-family:var(--font-command);font-weight:500;font-size:10px;
  letter-spacing:.19em}

/* The links. Uppercase at 13px with .07em: Oswald is narrower than Archivo, so
   the whole run measures about the same as before and the 1240/1080 breakpoints
   are not disturbed. */
.nav__link{font-family:var(--font-command);font-weight:600;font-size:12.5px;
  letter-spacing:.05em;text-transform:uppercase}
.nav__link i{font-family:var(--font-mono);letter-spacing:.06em}

/* Header controls only — .btn elsewhere on the site keeps the body face. */
.nav .btn{font-family:var(--font-command);font-weight:600;letter-spacing:.07em;
  text-transform:uppercase}

/* The mobile drawer inherits .nav__link, so nothing extra is needed there. */
