/* Custom overrides (safe from Tailwind rebuilds) */
.text-brand-blue {
  color: #32aaff !important;
}
.text-brand-blue:hover {
  color: #32aaff !important;
}

.bg-brand-blue {
  background-color: #32aaff !important;
}
.bg-brand-blue:hover {
  background-color: #0077FF !important;
}

.no-icon-hover img {
  pointer-events: none;
}

.hero-gradient-blue {
    background: linear-gradient(180deg, #005DF8 10%, #32AAFF 50%, #0077FF 90%) !important;
}

