/**
 * Water Orders Bootstrap Styles
 * Global CSS variables for dark theme
 */

:root {
    --wo-primary: #A1C6F6;
    --wo-primary-dark: #1e40af;
    --wo-primary-light: #3164A0;
    --wo-accent: #60a5fa;
    --wo-bg: #DAEAFF;
    --wo-bg-light: #ffffff;
    --wo-text: #000000;
    --wo-text-muted: #94a3b8;
    --wo-border: #DAEAFF;
    --wo-border-focus: #022E5B;
    --wo-error: #ef4444;
    --wo-success: #10b981;
    --wo-warning: #f59e0b;
    --wo-purple: #a855f7;
    --wo-shadow: none;
    --wo-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.2);;
/*    --wo-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
    --wo-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.4);*/
    --wo-radius: 8px;
    --wo-transition: all 0.2s ease-in-out;
}


