
            :root 
            { 
                --theme-main-color: #ff6200;
                --theme-main-color-brighter-1: #ff6907ff;
                --theme-main-color-brighter-2: #ff8826ff;
                --theme-main-color-brighter-3: #ff9533ff;
                --theme-main-color-darker-1: #f75a00ff;
                --theme-main-color-darker-2: #d83b00ff;
                --theme-main-color-darker-3: #cc2f00ff;
                --theme-main-color-opacity-1: #ff620028;
                --theme-main-color-opacity-2: #ff62007F;
                --theme-main-color-opacity-3: #ff6200C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #ce210d;
                --theme-secondary-color-brighter-1: #d52814ff;
                --theme-secondary-color-brighter-2: #f44733ff;
                --theme-secondary-color-brighter-3: #ff5440ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #ce210d;
                --background-size: cover;
            }