@media(prefers-color-scheme: dark){body{--background-primary: #1e1e2e;--background-secondary: #181825;--background-modifier-border: #45475a;--text-normal: #cdd6f4;--text-muted: #a6adc8;--text-faint: #6c7086;--text-accent: #89b4fa;--text-selection: rgba(137, 180, 250, 0.2);--text-on-accent: #1e1e2e}}@media(prefers-color-scheme: light){body{--background-primary: #ffffff;--background-secondary: #f5f5f5;--background-modifier-border: #d0d0d0;--text-normal: #1e1e2e;--text-muted: #585b70;--text-faint: #9399b2;--text-accent: #1e66f5;--text-selection: rgba(30, 102, 245, 0.15);--text-on-accent: #ffffff}}body.theme-dark{background-color:var(--background-primary);color:var(--text-normal)}body.theme-light{background-color:var(--background-primary);color:var(--text-normal)}/*# sourceMappingURL=custom-style.css.map */
