:root {
        /*Layout coloring*/
        --header-background: #ffffff;
        --header-foreground: #333333;
        --body-background: #f5f5f5;
        --body-foreground: #333333;
        --content-background: #FFFFFF;
        --content-foreground: #333333;
        --footer-background: #333333;
        --footer-foreground: #ffffff;

                --footer-background-RGB: 51, 51, 51;
            
        /*Component coloring*/
        --accent-background: #164b81;
        --accent-foreground: #FFFFFF;
        --focused-background: #117845;
        --focused-foreground: #FFFFFF;
        --disabled-background: #3e3e3e;
        --disabled-foreground: #d6d6d6;
        --hover-background: #702c80;
        --hover-foreground: #ffffff;
        /*State coloring*/
        --error-color: #860e0e;
        --success-color: #04390d;
        /*List & tables*/
        --slot-available-background: #164b81;
        --slot-available-foreground: #ffffff;
        --slot-unavailable-background: #454545;
        --slot-unavailable-foreground: #f6f6f6;
        /*Text properties*/
        --text-font-family: SourceSansPro;
        --h1-size: 1.875rem;
        --h2-size: 1.5rem;
        --h3-size: 1.5rem;
        --h4-size: 1.3125rem;
        --extra-large-text-size: 2.396rem;
        --large-text-size: 1.777rem;
        --medium-text-size: 1.333rem;
        --normal-text-size: 1rem;
        --small-text-size: 0.75rem;
    }