
            :root 
            { 
                --theme-main-color: rgba(252,44,204,0.8);
                --theme-main-color-brighter-1: #ff33d3cc;
                --theme-main-color-brighter-2: #ff52f2cc;
                --theme-main-color-brighter-3: #ff5fffcc;
                --theme-main-color-darker-1: #f424c4cc;
                --theme-main-color-darker-2: #d505a5cc;
                --theme-main-color-darker-3: #c90099cc;
                --theme-main-color-opacity-1: rgba(252,44,204,0.8)28;
                --theme-main-color-opacity-2: rgba(252,44,204,0.8)7F;
                --theme-main-color-opacity-3: rgba(252,44,204,0.8)C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: rgba(203,192,203,0.89);
                --theme-secondary-color-brighter-1: #d2c7d2e2;
                --theme-secondary-color-brighter-2: #f1e6f1e2;
                --theme-secondary-color-brighter-3: #fef3fee2;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: rgba(244,114,188,0.86);
                --background-size: cover;
            }