:root {
    --primary: #00D4FF;
    --secondary: #7B2FFF;
    --accent: #FF0080;
    --success: #00FF87;
    --background: #0A0A0F;
    --surface: #14141F;
    --text: #FFFFFF;
    --text-muted: #A0A0A0;
}

[data-theme='light'] {
    color-scheme: light;
}

[data-theme='dark'] {
    color-scheme: dark;
}
