
            :root 
            { 
                --theme-main-color: #ff560d;
                --theme-main-color-brighter-1: #ff5d14ff;
                --theme-main-color-brighter-2: #ff7c33ff;
                --theme-main-color-brighter-3: #ff8940ff;
                --theme-main-color-darker-1: #f74e05ff;
                --theme-main-color-darker-2: #d82f00ff;
                --theme-main-color-darker-3: #cc2300ff;
                --theme-main-color-opacity-1: #ff560d28;
                --theme-main-color-opacity-2: #ff560d7F;
                --theme-main-color-opacity-3: #ff560dC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #ffbb00;
                --theme-secondary-color-brighter-1: #ffc207ff;
                --theme-secondary-color-brighter-2: #ffe126ff;
                --theme-secondary-color-brighter-3: #ffee33ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #5c0b11;
                --background-size: cover;
            }