:root{--theme-light-bg: #fff9ee;--theme-light-surface: #ffffff;--theme-light-text: #1b2318;--theme-light-muted: #6b7460;--theme-light-primary: #84c441;--theme-light-secondary: #ff9640;--theme-light-accent: #247ba0;--theme-light-border: #dbe7cb;--theme-light-on-primary: #102033;--theme-dark-bg: #07111f;--theme-dark-surface: #10203b;--theme-dark-text: #edf4ff;--theme-dark-muted: #92a7c5;--theme-dark-primary: #ff8d5c;--theme-dark-secondary: #68d9e8;--theme-dark-accent: #ffd166;--theme-dark-border: #294064;--theme-dark-on-primary: #102033}body{background-color:var(--theme-light-bg)}body.dark-mode{background-color:var(--theme-dark-bg)}div>div.item.dark-mode{background-color:var(--theme-dark-secondary)}p.dark-mode{color:var(--theme-dark-text)}div>p.dark-mode{color:var(--theme-dark-text)}div>h1.dark-mode{color:var(--theme-dark-text)}button.toggle_button.dark-mode{background-color:var(--theme-dark-primary)}button.toggle_button.dark-mode:hover{background-color:var(--theme-dark-on-primary)}
