
            :root 
            { 
                --theme-main-color: #fb670a;
                --theme-main-color-brighter-1: #ff6e11ff;
                --theme-main-color-brighter-2: #ff8d30ff;
                --theme-main-color-brighter-3: #ff9a3dff;
                --theme-main-color-darker-1: #f35f02ff;
                --theme-main-color-darker-2: #d44000ff;
                --theme-main-color-darker-3: #c83400ff;
                --theme-main-color-opacity-1: #fb670a28;
                --theme-main-color-opacity-2: #fb670a7F;
                --theme-main-color-opacity-3: #fb670aC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #f78c2f;
                --theme-secondary-color-brighter-1: #fe9336ff;
                --theme-secondary-color-brighter-2: #ffb255ff;
                --theme-secondary-color-brighter-3: #ffbf62ff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #ffa12b;
                --background-size: cover;
            }