
            :root 
            { 
                --theme-main-color: #4169e1;
                --theme-main-color-brighter-1: #4870e8ff;
                --theme-main-color-brighter-2: #678fffff;
                --theme-main-color-brighter-3: #749cffff;
                --theme-main-color-darker-1: #3961d9ff;
                --theme-main-color-darker-2: #1a42baff;
                --theme-main-color-darker-3: #0e36aeff;
                --theme-main-color-opacity-1: #4169e128;
                --theme-main-color-opacity-2: #4169e17F;
                --theme-main-color-opacity-3: #4169e1C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #ffffff;
                --theme-secondary-color-brighter-1: #ffffffff;
                --theme-secondary-color-brighter-2: #ffffffff;
                --theme-secondary-color-brighter-3: #ffffffff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: rgba(22,22,22,0.88);
                --background-size: cover;
            }