
            :root 
            { 
                --theme-main-color: #da7f1a;
                --theme-main-color-brighter-1: #e18621ff;
                --theme-main-color-brighter-2: #ffa540ff;
                --theme-main-color-brighter-3: #ffb24dff;
                --theme-main-color-darker-1: #d27712ff;
                --theme-main-color-darker-2: #b35800ff;
                --theme-main-color-darker-3: #a74c00ff;
                --theme-main-color-opacity-1: #da7f1a28;
                --theme-main-color-opacity-2: #da7f1a7F;
                --theme-main-color-opacity-3: #da7f1aC8;
                --theme-main-font-color: #ffffff;
                --theme-main-font-color-darker-1: #ccccccff;
                --theme-main-font-color-brighter-1: #ffffffff;
                --theme-secondary-color: #2ec3fb;
                --theme-secondary-color-brighter-1: #35caffff;
                --theme-secondary-color-brighter-2: #54e9ffff;
                --theme-secondary-color-brighter-3: #61f6ffff;
                --theme-secondary-font-color: #ffffff;
                --theme-secondary-font-color-darker-1: #ccccccff;
                --theme-secondary-font-color-brighter-1: #ffffffff;
                --theme-tertiary-color: #3fa30d;
                --background-size: cover;
            }