:root {
    --cream: 0 0% 100% !important; /* Force white background */
    --background: var(--cream) !important;
}

body {
    background-color: hsl(var(--background)) !important;
}
