:root {
    /*--main-color: #8d6347;
    --tab-active: #783f04;
    --text-active: #ffffff;*/
    --main-color: #e35525;
    --tab-active: #ff6600;
    --text-active: #ffffff;
}
@media screen and (prefers-color-scheme: dark) {
    body {
        background: #cccccc!important;
        color: black!important;
    }
}
