:root {
    --color-primary: #714B67; /* Odoo classic purple */
    --color-primary-hover: #5d3d54;
    --color-secondary: #017e84; /* Odoo teal */
    --color-bg: #f9f9fb;
    --color-surface: #ffffff;
    --color-text: #212529;
    --color-text-muted: #6c757d;
    --color-border: #e9ecef;
    --color-sidebar: #1e1e2d; /* Modern dark sidebar */
    --color-sidebar-text: #a2a3b7;
    --color-sidebar-hover: #1b1b29;
    
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.02);
    --shadow-md: 0 10px 20px rgba(0,0,0,0.05);
    
    --transition: all 0.3s ease;
    --font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
