:root {
--capbe-background: #F5F5F0;
--capbe-surface: #FFFFFF;
--capbe-surface-alt: #ECEAE2;
--capbe-border: #E0E0E0;
--capbe-text: #212121;
--capbe-muted: #757575;
--capbe-muted2: #9E9E9E;
--capbe-primary: #166534;
--capbe-success: #43A047;
--capbe-warning: #F9A825;
--capbe-danger: #E53935;
--capbe-info: #1E88E5;
--capbe-radius: 12px;
}
@media (prefers-color-scheme: dark) {
:root {
--capbe-background: #0F172A;
--capbe-surface: #1E293B;
--capbe-surface-alt: #243447;
--capbe-border: #334155;
--capbe-text: #E2E8F0;
--capbe-muted: #94A3B8;
--capbe-muted2: #64748B;
--capbe-primary: #4ADE80;
--capbe-success: #34D399;
--capbe-warning: #FBBF24;
--capbe-danger: #F87171;
--capbe-info: #60A5FA;
}
}