
            :root 
            { 
                --theme-main-color: #007ab7;
                --theme-main-color-brighter-1: #0781beff;
                --theme-main-color-brighter-2: #26a0ddff;
                --theme-main-color-brighter-3: #33adeaff;
                --theme-main-color-darker-1: #0072afff;
                --theme-main-color-darker-2: #005390ff;
                --theme-main-color-darker-3: #004784ff;
                --theme-main-color-opacity-1: #007ab728;
                --theme-main-color-opacity-2: #007ab77F;
                --theme-main-color-opacity-3: #007ab7C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #007ab7;
                --theme-secondary-color-brighter-1: #0781beff;
                --theme-secondary-color-brighter-2: #26a0ddff;
                --theme-secondary-color-brighter-3: #33adeaff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #007ab7;
                --background-size: cover;
            }