:root {
    --background-light: #fff9e6;
    --background-dark: #ffe8b3;
    --text-color: #8c1d1d;
    --text-light: #b34747;
    --box-background: #fff2cc;
    --border-color: #cc0000;
    
    --header-background: #cc0000;
    --header-text: #ffde59;
    
    --navbar-background: #990000;
    --navbar-text: #ffde59;
    --navbar-hover: #b30000;
    
    --sidebar-background: #ffe8b3;
    --sidebar-text: #8c1d1d;
    --sidebar-link: #ffde59;
    --sidebar-hover: #FFE8B3;
    
    --main-background: #fff2cc;
    
    --footer-background: #cc0000;
    --footer-text: #ffde59;
    
    --header-background-start: #b30000;
    --header-background-middle: #cc0000;
    --header-background-end: #b30000;

    --navbar-background-start: #b30000;
    --navbar-background-end: #cc0000;
}