
            :root 
            { 
                --theme-main-color: #282c73;
                --theme-main-color-brighter-1: #2f337aff;
                --theme-main-color-brighter-2: #4e5299ff;
                --theme-main-color-brighter-3: #5b5fa6ff;
                --theme-main-color-darker-1: #20246bff;
                --theme-main-color-darker-2: #01054cff;
                --theme-main-color-darker-3: #000040ff;
                --theme-main-color-opacity-1: #282c7328;
                --theme-main-color-opacity-2: #282c737F;
                --theme-main-color-opacity-3: #282c73C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #04bfbf;
                --theme-secondary-color-brighter-1: #0bc6c6ff;
                --theme-secondary-color-brighter-2: #2ae5e5ff;
                --theme-secondary-color-brighter-3: #37f2f2ff;
                --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;
            }