
            :root 
            { 
                --theme-main-color: #ff4900;
                --theme-main-color-brighter-1: #ff5007ff;
                --theme-main-color-brighter-2: #ff6f26ff;
                --theme-main-color-brighter-3: #ff7c33ff;
                --theme-main-color-darker-1: #f74100ff;
                --theme-main-color-darker-2: #d82200ff;
                --theme-main-color-darker-3: #cc1600ff;
                --theme-main-color-opacity-1: #ff490028;
                --theme-main-color-opacity-2: #ff49007F;
                --theme-main-color-opacity-3: #ff4900C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #504b4b;
                --theme-secondary-color-brighter-1: #575252ff;
                --theme-secondary-color-brighter-2: #767171ff;
                --theme-secondary-color-brighter-3: #837e7eff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #000000;
                --background-size: cover;
            }