@media (prefers-color-scheme: dark) {
:root {
--color-background: #1e1e1e;
--color-foreground: #ffffff;
--color-accent: #ff7f00;
}