@tailwind base;@tailwind components;@tailwind utilities;@keyframes progressWidth{0%{width:0%}to{width:100%}}.animate-progressWidth{animation:progressWidth 30s linear forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .5s ease-out forwards}@keyframes scaleUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.animate-scaleUp{animation:scaleUp .3s ease-out forwards}
