html, body, #__next, main { background-color: #EFE8DA !important; }

/* Brand unify (2026-07-08): dark variant, OS-driven only. Kept in sync with
   the dark override in app/globals.css. Revert: delete this block. */
@media (prefers-color-scheme: dark) {
  html, body, #__next, main { background-color: #1B160F !important; }
}
