@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-fade-in{animation:fadeIn .5s ease-in-out}.animate-fade-in-fast{animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-ping-short{animation:pingShort .8s cubic-bezier(0,0,.2,1) forwards}@keyframes pingShort{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:0}}}
