:root {
    --primary: #ef4e3b;
    --secondary: #fe9922;
    --text: #fff8e0;
    --border: #ef3c3c;
    --background: #060606;
}

@media (prefers-color-scheme: light) {
    :root {
        --primary: #ef4e3b;
        --secondary: #fe9922;
        --text: #060606;
        --border: #ef3c3c;
        --background: #fff8e0;
    }
}
