
            :root 
            { 
                --theme-main-color: #0c0ca1;
                --theme-main-color-brighter-1: #1313a8ff;
                --theme-main-color-brighter-2: #3232c7ff;
                --theme-main-color-brighter-3: #3f3fd4ff;
                --theme-main-color-darker-1: #040499ff;
                --theme-main-color-darker-2: #00007aff;
                --theme-main-color-darker-3: #00006eff;
                --theme-main-color-opacity-1: #0c0ca128;
                --theme-main-color-opacity-2: #0c0ca17F;
                --theme-main-color-opacity-3: #0c0ca1C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #132751;
                --theme-secondary-color-brighter-1: #1a2e58ff;
                --theme-secondary-color-brighter-2: #394d77ff;
                --theme-secondary-color-brighter-3: #465a84ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #000000;
                --background-size: cover;
            }