/* ===== MOURNING THEME ===== */

/* Partial desaturation (fintech/banking style) — muted, not stark black & white.
   Apply on html to cover fixed/sticky elements too.
   Toggled at runtime via server env var MOURNING_THEME_ENABLED, see client/lib/bootstrap.js */
html.mourning-theme {
  filter: grayscale(90%) contrast(1.03) brightness(1.01);
}
