:root {
    --main-backgroundcolor: #FFFFFF;
    --main-barcolor: #f9ecda;
    --main-fontcolor: #444444; /* Should be the same across all */
    --main-topheadercolor: #FFFFFF;
    --main-buttoncolorlight: #e5d5c5;
    --main-buttoncolordark: #dfccb9; /* One Shade Darker than the buttoncolorlight */
    --main-buttonmatchingcolor: #dfccb9; /* Three shades lighter than the buttoncolorlight*/
    --main-tabmatchingcolor: #efe6dc; /* Four shades lighter than the buttoncolorlight*/
    --main-loadercolor: #d0b395; /* Four shaedes darker than the buttoncolorlight */
}

