/* CloudSchool College — Shared CSS Variables */
:root {
    --cs-header-from: #0f172a;
    --cs-header-to: #1e293b;
    --cs-primary: #3b82f6;
    --cs-primary-dark: #2563eb;
    --cs-accent: #10b981;
    --cs-surface: #ffffff;
    --cs-surface-dark: #1e293b;
    --cs-text: #1e293b;
    --cs-text-muted: #64748b;
    --cs-border: #e2e8f0;
}
