@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.blinking{animation:blink 1s infinite}@keyframes blink{50%{opacity:.5}}}
