
            :root 
            { 
                --theme-main-color: rgba(57,30,4,0.92);
                --theme-main-color-brighter-1: #40250bea;
                --theme-main-color-brighter-2: #5f442aea;
                --theme-main-color-brighter-3: #6c5137ea;
                --theme-main-color-darker-1: #311600ea;
                --theme-main-color-darker-2: #120000ea;
                --theme-main-color-darker-3: #060000ea;
                --theme-main-color-opacity-1: rgba(57,30,4,0.92)28;
                --theme-main-color-opacity-2: rgba(57,30,4,0.92)7F;
                --theme-main-color-opacity-3: rgba(57,30,4,0.92)C8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #edebeb;
                --theme-secondary-color-brighter-1: #f4f2f2ff;
                --theme-secondary-color-brighter-2: #ffffffff;
                --theme-secondary-color-brighter-3: #ffffffff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #000000;
                --background-size: cover;
            }