:root {
        /*Layout coloring*/
        --header-background: #FFFFFF;
        --header-foreground: #404040;
        --body-background: white;
        --body-foreground: black;
        --content-background: #FFFFFF;
        --content-foreground: #404040;
        --footer-background: #226192;
        --footer-foreground: #FFFFFF;

                --footer-background-RGB: 34, 97, 146;
            
        /*Component coloring*/
        --accent-background: #09203f;
        --accent-foreground: #FFFFFF;
        --focused-background: #404040;
        --focused-foreground: #FFFFFF;
        --disabled-background: #DBDBDB;
        --disabled-foreground: #404040;
        --hover-background: #404040;
        --hover-foreground: #F7F7F7;
        /*State coloring*/
        --error-color: #E41F18;
        --success-color: #9BF2A5;
        /*List & tables*/
        --slot-available-background: #FFFFFF;
        --slot-available-foreground: #404040;
        --slot-unavailable-background: #DBDBDB;
        --slot-unavailable-foreground: #404040;
        /*Text properties*/
        --text-font-family: FlamaBasic;
        --h1-size: 4.063rem;
        --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: 1.1rem;
        --small-text-size: 0.75rem;
    }