
            :root 
            { 
                --theme-main-color: rgba(22,20,20,0.96);
                --theme-main-color-brighter-1: #1d1b1bf4;
                --theme-main-color-brighter-2: #3c3a3af4;
                --theme-main-color-brighter-3: #494747f4;
                --theme-main-color-darker-1: #0e0c0cf4;
                --theme-main-color-darker-2: #000000f4;
                --theme-main-color-darker-3: #000000f4;
                --theme-main-color-opacity-1: rgba(22,20,20,0.96)28;
                --theme-main-color-opacity-2: rgba(22,20,20,0.96)7F;
                --theme-main-color-opacity-3: rgba(22,20,20,0.96)C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: rgba(218,135,6,0.93);
                --theme-secondary-color-brighter-1: #e18e0ded;
                --theme-secondary-color-brighter-2: #ffad2ced;
                --theme-secondary-color-brighter-3: #ffba39ed;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: rgba(218,135,6,0.93);
                --background-size: cover;
            }