
            :root 
            { 
                --theme-main-color: #013d7e;
                --theme-main-color-brighter-1: #084485ff;
                --theme-main-color-brighter-2: #2763a4ff;
                --theme-main-color-brighter-3: #3470b1ff;
                --theme-main-color-darker-1: #003576ff;
                --theme-main-color-darker-2: #001657ff;
                --theme-main-color-darker-3: #000a4bff;
                --theme-main-color-opacity-1: #013d7e28;
                --theme-main-color-opacity-2: #013d7e7F;
                --theme-main-color-opacity-3: #013d7eC8;
                --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: #3d3838;
                --background-size: cover;
            }