/* Sparkle Cloud Dark — global page styling.
   Owns the page background/text so it no longer lives hardcoded in the layout.
   Uses !important to intentionally override the per-site background/text colour. */
body {
    background-color: #0b0b0e !important;
    color: #ffffff !important;
}
