@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";html,body,#root{width:100vw;height:100vh;height:-webkit-fill-available;height:stretch;margin:0;padding:0;display:flex;overflow:hidden;font-family:Inter,sans-serif}.ReactCollapse--collapse{transition:height .3s}.ReactModalPortal{z-index:5}.Modal{display:flex;z-index:2;outline:none;animation:popIn 0;animation-timing-function:ease-out;max-height:100%}.Overlay{display:flex;position:fixed;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0}@keyframes popIn{0%{transform:scale(1.1)}to{transform:scale(1)}}
