/* Early paint: prevent flash of unstyled background */
:root { color-scheme: light; }
html, body { background: #f3f8fc !important; }
