
            :root 
            { 
                --theme-main-color: #a7a7a7;
                --theme-main-color-brighter-1: #aeaeaeff;
                --theme-main-color-brighter-2: #cdcdcdff;
                --theme-main-color-brighter-3: #dadadaff;
                --theme-main-color-darker-1: #9f9f9fff;
                --theme-main-color-darker-2: #808080ff;
                --theme-main-color-darker-3: #747474ff;
                --theme-main-color-opacity-1: #a7a7a728;
                --theme-main-color-opacity-2: #a7a7a77F;
                --theme-main-color-opacity-3: #a7a7a7C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #0071f2;
                --theme-secondary-color-brighter-1: #0778f9ff;
                --theme-secondary-color-brighter-2: #2697ffff;
                --theme-secondary-color-brighter-3: #33a4ffff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #4d84f7;
                --background-size: cover;
            }