
            :root 
            { 
                --theme-main-color: #ff8f11;
                --theme-main-color-brighter-1: #ff9618ff;
                --theme-main-color-brighter-2: #ffb537ff;
                --theme-main-color-brighter-3: #ffc244ff;
                --theme-main-color-darker-1: #f78709ff;
                --theme-main-color-darker-2: #d86800ff;
                --theme-main-color-darker-3: #cc5c00ff;
                --theme-main-color-opacity-1: #ff8f1128;
                --theme-main-color-opacity-2: #ff8f117F;
                --theme-main-color-opacity-3: #ff8f11C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #4169e1;
                --theme-secondary-color-brighter-1: #4870e8ff;
                --theme-secondary-color-brighter-2: #678fffff;
                --theme-secondary-color-brighter-3: #749cffff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #3d3838;
                --background-size: cover;
            }