/* Custom Theme Colors for Gamma Videotron */

/* Dark Mode (Default) - Premium Slate & Cyberpunk Cyan */
:root {
    --color-bg-primary: #090D16;      /* Deep Midnight Blue-Gray */
    --color-bg-primary-rgb: 9 13 22;
    --color-bg-secondary: #0F172A;    /* Slate-900 Card */
    --color-bg-secondary-rgb: 15 23 42;
    --color-bg-tertiary: #1E293B;     /* Slate-800 Card */
    --color-bg-tertiary-rgb: 30 41 59;
    --color-text-highlight: #00E5FF;  /* Premium Neon Cyan */
    --color-btn-accent: #00E5FF;      /* Accent Button Neon Cyan */
    --color-text-title: #F8FAFC;      /* Soft White title */
    --color-text-paragraph: #94A3B8;  /* Cool Slate-400 Paragraph */
    --color-border: #1E293B;          /* Slate-800 Border */
    --color-accent-glow: rgba(0, 229, 255, 0.15);
}

/* Light Mode - Clean Slate & Professional B2B Sky Blue */
html.light {
    --color-bg-primary: #F8FAFC;      /* Crisp clean Slate-50 background */
    --color-bg-primary-rgb: 248 250 252;
    --color-bg-secondary: #FFFFFF;    /* Clean White Card background */
    --color-bg-secondary-rgb: 255 255 255;
    --color-bg-tertiary: #F1F5F9;     /* Light Gray Slate-100 */
    --color-bg-tertiary-rgb: 241 245 249;
    --color-text-highlight: #0284C7;  /* Deep Sky Blue-600 */
    --color-btn-accent: #0284C7;      /* Professional Blue Button */
    --color-text-title: #0F172A;      /* Deep Slate-900 Title text */
    --color-text-paragraph: #475569;  /* Muted Slate-600 Paragraph */
    --color-border: #E2E8F0;          /* Slate-200 Border */
    --color-accent-glow: rgba(2, 132, 199, 0.1);
}
