body{--text:200 5 10;--text-high:240 0 10;--bg:0 0 95;--bg-high:0 0 60;--action:275 100 40;--accent:265 100 50;--error:15 100 37;--btn-text:white;--theme-sun:hsla(var(--action) / .7);--theme-moon:hsla(var(--accent) / .85);--border-radius:5px;}.theme-dark{--text:34 5 75;--text-high:34 7 90;--bg:200 40 0;--bg-high:200 20 15;--action:263 59 75;--accent:265 59 76;--error:0 59 60;--btn-text:hsl(var(--bg));--theme-sun:hsla(var(--action) / .7);--theme-moon:hsla(var(--accent) / .85);}@media (prefers-color-scheme: dark){body{--text:34 5 75;--text-high:34 7 90;--bg:200 40 0;--bg-high:200 20 15;--action:263 59 75;--accent:265 59 76;--error:0 59 60;--btn-text:hsl(var(--bg));--theme-sun:hsla(var(--action) / .7);--theme-moon:hsla(var(--accent) / .85);}.theme-light{--text:200 5 10;--text-high:240 0 10;--bg:0 0 95;--bg-high:0 0 60;--action:275 100 40;--accent:265 100 50;--error:15 100 37;--btn-text:white;--theme-sun:hsla(var(--action) / .7);--theme-moon:hsla(var(--accent) / .85);}}