/* Shared CSS Variables - Import this first in all pages */
:root {
    --primary: #F3F4F6;
    --secondary: #9CA3AF;
    --gradient-1: #3B82F6;
    --gradient-2: #10B981;
    --card: #1A1A1E;
    --background: #0E0E10;
    --error: #EF4444;
}

