:root{--font-family: "Urbanist", "Inter", system-ui, Helvetica, Arial, sans-serif;--text-color: #202020;--text-color-label: #20202080;--background-color: #ffffff}html,body{height:100%;margin:0;padding:0;background-color:var(--background-color, #fff);color:var(--text-color, #000);box-sizing:border-box;transition:background-color .3s ease,color .3s ease}*,*:before,*:after{box-sizing:inherit;transition:background-color .3s ease,color .3s ease,border-color .3s ease}#root{height:100%;display:flex;flex-direction:column}
