/* Global override: force all gray text utilities to pure black */
[class*="text-slate-"],
[class*="text-gray-"],
[class*="text-zinc-"],
[class*="text-neutral-"],
[class*="text-stone-"] {
  color: #000 !important;
}

/* Footer runs on dark background: keep gray utilities readable there */
footer [class*="text-slate-"],
footer [class*="text-gray-"],
footer [class*="text-zinc-"],
footer [class*="text-neutral-"],
footer [class*="text-stone-"] {
  color: #cbd5e1 !important;
}
