:root {
    --cnvs-themecolor: #c62828; /* Updated to Novi Beograd theme */
    --cnvs-themecolor-rgb: 30, 64, 175;
    
    /* Primary Colors - Novi Beograd (Red/Blue) */
    --primary-blue: #c62828;
    --primary-blue-light: #1565c0;
    --primary-blue-dark: #8e0000;
    --primary-blue-darker: #1e2a5e;
    
    /* Secondary Colors - Accent Blue */
    --secondary-blue: #1976d2;
    --secondary-blue-light: #42a5f5;
    --secondary-blue-dark: #0d47a1;
    --secondary-blue-darker: #c62828;
    
    /* Accent Colors */
    --accent-blue: #0ea5e9;
    --accent-blue-light: #38bdf8;
    --accent-blue-dark: #0284c7;
    --accent-cyan: #06b6d4; /* Cyan accent instead of yellow */
    --accent-cyan-light: #22d3ee;
    --accent-cyan-dark: #0891b2;
    
    /* Neutral Colors */
    --neutral-white: #ffffff;
    --neutral-light: #f8fafc;
    --neutral-gray: #e2e8f0;
    --neutral-gray-dark: #94a3b8;
    --neutral-dark: #1e293b;
    --neutral-black: #0f172a;
    
    /* Text Colors */
    --text-primary: #c62828;
    --text-secondary: #1e293b;
    --text-light: #ffffff;
    --text-muted: #64748b;
    --text-dark: #0f172a;
    
    /* Background Colors */
    --bg-primary: #ffffff;
    --bg-secondary: #f8fafc;
    --bg-dark: #1e293b;
    --bg-gradient: linear-gradient(135deg, #c62828 0%, #1976d2 25%, #1565c0 50%, #42a5f5 75%, #90caf9 100%);
    
    /* Border Colors */
    --border-primary: #c62828;
    --border-accent: #0ea5e9;
    --border-light: #e2e8f0;
    
    /* Shadow Colors */
    --shadow-primary: rgba(198, 40, 40, 0.1);
    --shadow-accent: rgba(14, 165, 233, 0.2);
    --shadow-dark: rgba(0, 0, 0, 0.1);
}