:root {
        /*Layout coloring*/
        --header-background: #FFFFFF;
        --header-foreground: #404040;
        --body-background: #F7F7F7;
        --body-foreground: #404040;
        --content-background: #FFFFFF;
        --content-foreground: #404040;
        --footer-background: #3b66a4;
        --footer-foreground: #FFFFFF;

                --footer-background-RGB: 59, 102, 164;
            
        /*Component coloring*/
        --accent-background: #3b66a4;
        --accent-foreground: #FFFFFF;
        --focused-background: #404040;
        --focused-foreground: #FFFFFF;
        --disabled-background: #DBDBDB;
        --disabled-foreground: #404040;
        --hover-background: #3b66a4;
        --hover-foreground: #F7F7F7;
        /*State coloring*/
        --error-color: #DC4E4E;
        --success-color: #1FA72E;
        /*List & tables*/
        --slot-available-background: #FFFFFF;
        --slot-available-foreground: #404040;
        --slot-unavailable-background: #DBDBDB;
        --slot-unavailable-foreground: #404040;
        /*Text properties*/
        --text-font-family: Lato;
        --h1-size: 1.777rem;
        --h2-size: 1.333rem;
        --h3-size: 1rem;
        --h4-size: 0.75rem;
        --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;
    }