/* Sparkle Cloud — 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: #ffffff !important;
    color: #000000 !important;
}
