
            :root 
            { 
                --theme-main-color: #58304f;
                --theme-main-color-brighter-1: #5f3756ff;
                --theme-main-color-brighter-2: #7e5675ff;
                --theme-main-color-brighter-3: #8b6382ff;
                --theme-main-color-darker-1: #502847ff;
                --theme-main-color-darker-2: #310928ff;
                --theme-main-color-darker-3: #25001cff;
                --theme-main-color-opacity-1: #58304f28;
                --theme-main-color-opacity-2: #58304f7F;
                --theme-main-color-opacity-3: #58304fC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: rgba(199,21,87,0.96);
                --theme-secondary-color-brighter-1: #ce1c5ef4;
                --theme-secondary-color-brighter-2: #ed3b7df4;
                --theme-secondary-color-brighter-3: #fa488af4;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: rgba(88,48,79,0.98);
                --background-size: cover;
            }