@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap";*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}html,body{margin:0;padding:0}body{font-family:Inter,Segoe UI,sans-serif;color:#191c1e;background:#f7f9fb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit}::selection{background:#003d9b2e}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c3c6d6;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#737685}@keyframes routeFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.route-fade-in{animation:routeFadeIn .32s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.fade-in{animation:fadeIn .3s ease both}a,button,.MuiButtonBase-root{transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}*{-webkit-tap-highlight-color:transparent}body{-webkit-overflow-scrolling:touch}@media(max-width:600px){input,textarea,select,.MuiInputBase-input{font-size:16px!important}}@media(display-mode:standalone){html,body{overscroll-behavior-y:none}}
