@tailwind base;
@tailwind components;
@tailwind utilities;

[x-cloak] { display: none !important; }

@keyframes ping {
    75%, 100% { transform: scale(2); opacity: 0; }
}
