
            :root 
            { 
                --theme-main-color: #ff8a00;
                --theme-main-color-brighter-1: #ff9107ff;
                --theme-main-color-brighter-2: #ffb026ff;
                --theme-main-color-brighter-3: #ffbd33ff;
                --theme-main-color-darker-1: #f78200ff;
                --theme-main-color-darker-2: #d86300ff;
                --theme-main-color-darker-3: #cc5700ff;
                --theme-main-color-opacity-1: #ff8a0028;
                --theme-main-color-opacity-2: #ff8a007F;
                --theme-main-color-opacity-3: #ff8a00C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #ff9000;
                --theme-secondary-color-brighter-1: #ff9707ff;
                --theme-secondary-color-brighter-2: #ffb626ff;
                --theme-secondary-color-brighter-3: #ffc333ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #beb9b9;
                --background-size: cover;
            }