/* ============================================================
   GLOBAL DESIGN OVERRIDES — site-wide. Loaded last so these win.

   ⚠️  Rules here affect the ENTIRE live site the moment `staging` merges to
   `main` — they are NOT gated by the V2 toggles. Every change must be logged
   in GO-LIVE.md (section "Global CSS overrides") so it can be reviewed before
   go-live.
   ============================================================ */

/* H1 + H2 headings in normal case site-wide (were uppercase in main.css). */
h1,
h2 { text-transform: none !important; }
