
            :root 
            { 
                --theme-main-color: #ff8c00;
                --theme-main-color-brighter-1: #ff9307ff;
                --theme-main-color-brighter-2: #ffb226ff;
                --theme-main-color-brighter-3: #ffbf33ff;
                --theme-main-color-darker-1: #f78400ff;
                --theme-main-color-darker-2: #d86500ff;
                --theme-main-color-darker-3: #cc5900ff;
                --theme-main-color-opacity-1: #ff8c0028;
                --theme-main-color-opacity-2: #ff8c007F;
                --theme-main-color-opacity-3: #ff8c00C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #141313;
                --theme-secondary-color-brighter-1: #1b1a1aff;
                --theme-secondary-color-brighter-2: #3a3939ff;
                --theme-secondary-color-brighter-3: #474646ff;
                --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;
            }