/* E30 Brand Colors */

:root {
    /* Primary Brand Colors */
    --black: #000000;
    --dark-blue: #14335A;
    --light-blue: #2F6A96;
    --white: #FFFFFF;
    
    /* Semantic Color Aliases */
    --e30-primary: #14335A;
    --e30-primary-light: #2F6A96;
    --e30-accent: #2F6A96;
    --e30-accent-hover: #3d7aa8;
    
    /* Background Colors */
    --e30-bg-light: #f8fafc;
    --e30-bg-medium: #e9eef4;
    --e30-bg-dark: #14335A;
    
    /* Text Colors */
    --e30-text-dark: #1a2332;
    --e30-text-medium: #5a6b7d;
    --e30-text-light: #8896a6;
    
    /* UI Colors */
    --e30-border: #d1d9e0;
    --e30-border-light: #e5eaf0;
    
    /* Status Colors */
    --e30-success: #22c55e;
    --e30-warning: #f59e0b;
    --e30-danger: #ef4444;
    --e30-info: #3b82f6;
    
    /* Layout Variables */
    --sidebar-width: 260px;
    --sidebar-collapsed-width: 70px;
    --topbar-height: 70px;
}
