:root{color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;background:#050505}@media (prefers-color-scheme:light){:root{color-scheme:light}body,html{background:#fafafa}}html[data-theme=dark]{color-scheme:dark}html[data-theme=dark],html[data-theme=dark] body{background:#050505}html[data-theme=light]{color-scheme:light}html[data-theme=light],html[data-theme=light] body{background:#fafafa}