
            :root 
            { 
                --theme-main-color: #b6ff3b;
                --theme-main-color-brighter-1: #bdff42ff;
                --theme-main-color-brighter-2: #dcff61ff;
                --theme-main-color-brighter-3: #e9ff6eff;
                --theme-main-color-darker-1: #aef733ff;
                --theme-main-color-darker-2: #8fd814ff;
                --theme-main-color-darker-3: #83cc08ff;
                --theme-main-color-opacity-1: #b6ff3b28;
                --theme-main-color-opacity-2: #b6ff3b7F;
                --theme-main-color-opacity-3: #b6ff3bC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #0f0e0d;
                --theme-secondary-color-brighter-1: #161514ff;
                --theme-secondary-color-brighter-2: #353433ff;
                --theme-secondary-color-brighter-3: #424140ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #573988;
                --background-size: cover;
            }