
            :root 
            { 
                --theme-main-color: #c800aa;
                --theme-main-color-brighter-1: #cf07b1ff;
                --theme-main-color-brighter-2: #ee26d0ff;
                --theme-main-color-brighter-3: #fb33ddff;
                --theme-main-color-darker-1: #c000a2ff;
                --theme-main-color-darker-2: #a10083ff;
                --theme-main-color-darker-3: #950077ff;
                --theme-main-color-opacity-1: #c800aa28;
                --theme-main-color-opacity-2: #c800aa7F;
                --theme-main-color-opacity-3: #c800aaC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: rgba(200,0,170,0.67);
                --theme-secondary-color-brighter-1: #cf07b1aa;
                --theme-secondary-color-brighter-2: #ee26d0aa;
                --theme-secondary-color-brighter-3: #fb33ddaa;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #c800aa;
                --background-size: cover;
            }