/* Per-site brand palette, lifted verbatim from the inline <style> the original
   emitted in <head>. The shared Tailwind bundle resolves every brand utility
   against these three variables — .bg-primary is literally
   background-color:var(--gzn-primary) — so without this file every coloured
   surface renders transparent and the white text on it becomes invisible. */
:root {
    --gzn-primary: #173f7c;
--gzn-primary-light: #0a1b35;
--gzn-accent: #f5be41;
    }
