
            :root 
            { 
                --theme-main-color: #0875e9;
                --theme-main-color-brighter-1: #0f7cf0ff;
                --theme-main-color-brighter-2: #2e9bffff;
                --theme-main-color-brighter-3: #3ba8ffff;
                --theme-main-color-darker-1: #006de1ff;
                --theme-main-color-darker-2: #004ec2ff;
                --theme-main-color-darker-3: #0042b6ff;
                --theme-main-color-opacity-1: #0875e928;
                --theme-main-color-opacity-2: #0875e97F;
                --theme-main-color-opacity-3: #0875e9C8;
                --theme-main-font-color: rgba(0,0,0,0.99);
                --theme-main-font-color-darker-1: #000000fc;
                --theme-main-font-color-brighter-1: #333333fc;
                --theme-secondary-color: #147ceb;
                --theme-secondary-color-brighter-1: #1b83f2ff;
                --theme-secondary-color-brighter-2: #3aa2ffff;
                --theme-secondary-color-brighter-3: #47afffff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #04BFBF;
                --background-size: cover;
            }