
            :root 
            { 
                --theme-main-color: #ff2f0f;
                --theme-main-color-brighter-1: #ff3616ff;
                --theme-main-color-brighter-2: #ff5535ff;
                --theme-main-color-brighter-3: #ff6242ff;
                --theme-main-color-darker-1: #f72707ff;
                --theme-main-color-darker-2: #d80800ff;
                --theme-main-color-darker-3: #cc0000ff;
                --theme-main-color-opacity-1: #ff2f0f28;
                --theme-main-color-opacity-2: #ff2f0f7F;
                --theme-main-color-opacity-3: #ff2f0fC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #328dbd;
                --theme-secondary-color-brighter-1: #3994c4ff;
                --theme-secondary-color-brighter-2: #58b3e3ff;
                --theme-secondary-color-brighter-3: #65c0f0ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #2f0d6c;
                --background-size: cover;
            }