
            :root 
            { 
                --theme-main-color: #f0650d;
                --theme-main-color-brighter-1: #f76c14ff;
                --theme-main-color-brighter-2: #ff8b33ff;
                --theme-main-color-brighter-3: #ff9840ff;
                --theme-main-color-darker-1: #e85d05ff;
                --theme-main-color-darker-2: #c93e00ff;
                --theme-main-color-darker-3: #bd3200ff;
                --theme-main-color-opacity-1: #f0650d28;
                --theme-main-color-opacity-2: #f0650d7F;
                --theme-main-color-opacity-3: #f0650dC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #d6ac88;
                --theme-secondary-color-brighter-1: #ddb38fff;
                --theme-secondary-color-brighter-2: #fcd2aeff;
                --theme-secondary-color-brighter-3: #ffdfbbff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #5e5e5e;
                --background-size: cover;
            }