:root {
--capbe-background: #F8FAFC;
--capbe-surface: #FFFFFF;
--capbe-surface-alt: #F1F5F9;
--capbe-border: #E2E8F0;
--capbe-text: #0F172A;
--capbe-muted: #64748B;
--capbe-muted2: #94A3B8;
--capbe-primary: #4ADE80;
--capbe-success: #22C55E;
--capbe-warning: #F59E0B;
--capbe-danger: #EF4444;
--capbe-info: #3B82F6;
--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;
}
}