:root {
    --color-primary: #6366f1;
    --color-primary-dark: #4f46e5;
    --color-primary-light: #818cf8;
    --color-secondary: #0ea5e9;
    --color-accent: #8b5cf6;
    --color-success: #10b981;
    --color-dark: #0f172a;
    --color-dark-light: #1e293b;
    --color-text: #1e293b;
    --color-text-muted: #64748b;
    --color-bg: #f8fafc;
    --gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    --gradient-header: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #312e81 100%);
}
