@tailwind base;@tailwind components;@tailwind utilities;html,body{overflow-x:hidden;width:100%}@layer utilities{@keyframes indeterminate-progress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.animate-indeterminate-progress{width:40%;animation:indeterminate-progress 1.5s ease-in-out infinite}}
