@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6;overflow-x:hidden}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes progress-indeterminate{0%{transform:translate(-100%);width:30%}50%{transform:translate(100%);width:60%}to{transform:translate(250%);width:30%}}.animate-spin-slow{animation:spin-slow 8s linear infinite}.animate-progress-indeterminate{animation:progress-indeterminate 2s infinite linear}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
