:root {
    /* Colors */
    --color-bg: #050505;
    --color-surface: #101010;
    --color-surface-hover: #151515;
    --color-text-primary: #F5F5F5;
    --color-text-secondary: #A0A0A0;
    --color-accent: #2563EB;
    --color-accent-glow: #3B82F6;
    --color-border: rgba(255, 255, 255, 0.05);

    /* Typography */
    --font-primary: 'Inter', sans-serif;
    --font-heading: 'Plus Jakarta Sans', sans-serif;

    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-medium: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --transition-slow: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
