
            :root 
            { 
                --theme-main-color: #2972dd;
                --theme-main-color-brighter-1: #3079e4ff;
                --theme-main-color-brighter-2: #4f98ffff;
                --theme-main-color-brighter-3: #5ca5ffff;
                --theme-main-color-darker-1: #216ad5ff;
                --theme-main-color-darker-2: #024bb6ff;
                --theme-main-color-darker-3: #003faaff;
                --theme-main-color-opacity-1: #2972dd28;
                --theme-main-color-opacity-2: #2972dd7F;
                --theme-main-color-opacity-3: #2972ddC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #454545;
                --theme-secondary-color-brighter-1: #4c4c4cff;
                --theme-secondary-color-brighter-2: #6b6b6bff;
                --theme-secondary-color-brighter-3: #787878ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #2972dd;
                --background-size: cover;
            }