/* Fallback defaults — overridden by PHP-injected :root in index.php */
:root {
    --color-primary: #FF2D78;
    --color-secondary: #1A1A2E;
    --color-background: #0F0F1A;
    --color-text: #FFFFFF;
    --color-accent: #FFD700;
    --font-family: 'Poppins', sans-serif;
    --border-radius: 16px;
    --transition-speed: 0.25s;
}
