/* ============================================================================
   Brand re-skin overrides — KZN Tourism & Film CI (gold #F8AB19 + Montserrat)
   Loaded LAST in assets/layout/head.php so it wins by source order.
   Purpose: fix readability after the global primary blue -> gold colour swap,
   since gold-filled components keep Metronic's default white text.
   ============================================================================ */

/* Note: primary buttons/badges/fills keep Metronic's default WHITE text
   (per client preference) — no text-colour override here. */

/* Font: Montserrat (catch-all for anything not covered by the bundle swap). */
body,
.btn,
input, select, textarea,
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', Helvetica, sans-serif; }

/* Optional: darker gold for primary TEXT/links on light backgrounds.
   Gold-on-white is low contrast; enable during QA if links read poorly.
   Decided visually — left commented by default. */
/*
.text-primary,
a.text-primary:hover { color: #C77F0A !important; }
*/
