
            :root 
            { 
                --theme-main-color: #6e8d9b;
                --theme-main-color-brighter-1: #7594a2ff;
                --theme-main-color-brighter-2: #94b3c1ff;
                --theme-main-color-brighter-3: #a1c0ceff;
                --theme-main-color-darker-1: #668593ff;
                --theme-main-color-darker-2: #476674ff;
                --theme-main-color-darker-3: #3b5a68ff;
                --theme-main-color-opacity-1: #6e8d9b28;
                --theme-main-color-opacity-2: #6e8d9b7F;
                --theme-main-color-opacity-3: #6e8d9bC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #adc0c2;
                --theme-secondary-color-brighter-1: #b4c7c9ff;
                --theme-secondary-color-brighter-2: #d3e6e8ff;
                --theme-secondary-color-brighter-3: #e0f3f5ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #71a7b4;
                --background-size: cover;
            }