:root {
    --main-color: #e8ae00;
    --darker-main-color: #c19101;
    --secondary-color: #5555ce;
    --titlefont: 'Lato', sans-serif;
}
@media(prefers-color-scheme:dark) {
    :root {
        --main-color: rgb(187 146 24);
        --darker-main-color: rgb(149 114 10);
        --secondary-color: #5555ce;
    }
}
