
            :root 
            { 
                --theme-main-color: rgba(37,36,36,0.97);
                --theme-main-color-brighter-1: #2c2b2bf7;
                --theme-main-color-brighter-2: #4b4a4af7;
                --theme-main-color-brighter-3: #585757f7;
                --theme-main-color-darker-1: #1d1c1cf7;
                --theme-main-color-darker-2: #000000f7;
                --theme-main-color-darker-3: #000000f7;
                --theme-main-color-opacity-1: rgba(37,36,36,0.97)28;
                --theme-main-color-opacity-2: rgba(37,36,36,0.97)7F;
                --theme-main-color-opacity-3: rgba(37,36,36,0.97)C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: rgba(226,174,103,0.78);
                --theme-secondary-color-brighter-1: #e9b56ec6;
                --theme-secondary-color-brighter-2: #ffd48dc6;
                --theme-secondary-color-brighter-3: #ffe19ac6;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: rgba(0,0,0,0.82);
                --background-size: cover;
            }