:root {
--capbe-background: #F7F7F5;
--capbe-surface: #FFFFFF;
--capbe-surface-alt: #F1F0EC;
--capbe-border: #E8E6E1;
--capbe-text: #1F1F1F;
--capbe-muted: #6B7280;
--capbe-muted2: #9CA3AF;
--capbe-primary: #059669;
--capbe-success: #10B981;
--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;
}
}