:root {
    --main-color: #34495e;
    --darker-main-color: #1a2938;
    --secondary-color: #d19239;
    --titlefont: 'Lato', sans-serif;
}
@media(prefers-color-scheme:dark) {
    :root {
        --main-color: rgb(100 116 133);
        --darker-main-color: rgb(94 109 124);
    }
}
