:root {
    --main-color: #4269f4;
    --darker-main-color: #2143bd;
    --secondary-color: #ff8500;
    --titlefont: 'Lato', sans-serif;
}
@media(prefers-color-scheme:dark) {
    :root {
        --main-color: rgb(95 127 241);
        --darker-main-color: rgb(67 103 229);
    }
}
