/* Readability overlay - DARK-ground sites. Muted text that works on white is far
   too dark on slate-900: slate-500 measures 3.7:1 there. Lighten, keep the hue. */
.text-slate-500,.text-gray-500,.text-zinc-500,.text-neutral-500{color:#cbd5e1!important}
.text-slate-600,.text-gray-600{color:#cbd5e1!important}
.text-slate-400,.text-gray-400{color:#c3ccd8!important}

/* Faint white washes below 45% opacity fall under AA even on a dark ground. */
.text-white\/40,.text-white\/50,.text-white\/60{color:rgba(255,255,255,.82)!important}

/* Dark text tokens that arrived from a light design and vanish on this ground. */
.text-slate-900,.text-slate-800,.text-gray-900,.text-gray-800{color:#e2e8f0!important}
