:root {
    --main-color: #d52214;
    --darker-main-color: #871007;
    --secondary-color: #0FA329;
    --titlefont: 'Lato', sans-serif;
}
@media(prefers-color-scheme:dark) {
    :root {
        --main-color: rgb(233 57 43);
        --darker-main-color: rgb(213, 34, 20);
    }
}
