/* ============================================================================
   GLL — NO ITALICS ANYWHERE (owner preference, 2026-07)
   A single global normalize. !important beats every non-important italic
   (em, i, cite, blockquote, pull-quotes, hero accent words, inline styles,
   utility classes) across the whole site. The only italic !important rules
   live in gll-wizard-form.css and are fixed at source.
   ============================================================================ */
*, *::before, *::after { font-style: normal !important; }
