
/* === Overrides injected by audit script === */
header, .navbar, .site-header, .header, .topbar, .nav-wrapper,
footer, .site-footer, .footer {
  background-color: #0b0f15 !important;
  color: #e5e7eb !important;
}
.footer a, .site-footer a { color: #e5e7eb !important; }

/* Replace hero/banner bg with wave image */
.hero, .banner, .masthead, .page-header, .hero-section {
  background-image: url('../assets/img/wave-banner.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Remove any strong blue backgrounds if used as primary */
.bg-primary, .navbar.bg-primary, .footer.bg-primary {
  background-color: #0b0f15 !important;
  border-color: #0b0f15 !important;
}
