@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.animate-fadeIn{animation:fadeIn .5s ease-in}.animate-gradient{background-size:200% 200%;animation:animate-gradient 8s ease infinite}@keyframes blur{0%{filter:blur(0px)}50%{filter:blur(5px)}to{filter:blur(0px)}}@keyframes animate-gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}
