@tailwind base;@tailwind components;@tailwind utilities;.animate-pulse-delay-1s{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;animation-delay:1s}.animate-ripple{animation:ripple 3s cubic-bezier(0,0,.2,1) infinite}.animate-ripple-delay-2s{animation:ripple 3s cubic-bezier(0,0,.2,1) infinite;animation-delay:1s}.animate-ripple-delay-4s{animation:ripple 3s cubic-bezier(0,0,.2,1) infinite;animation-delay:2s}.animate-pulse-scale{animation:pulse-scale 3s ease-in-out infinite}@keyframes ripple{0%{transform:scale(.8);opacity:.8}to{transform:scale(2.5);opacity:0}}@keyframes pulse-scale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
