:root {
    --header-color: black;
    --header-bgcolor: maroon;

    --nav-color: #f2f2f2;
    --nav-color-disabled: rgb(94, 94, 133);
    --nav-bgcolor: #4244ac;
    --nav-bgcolor-active: #5964c9;

    --subnav-color: white;
    --subnav-color-disabled: white;
    --subnav-bgcolor: #d00000;
    --subnav-bgcolor-active: #ff0000c8;
}

