@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.animate-shimmer{background:linear-gradient(90deg,#f3f4f699 25%,#e5e7ebcc,#f3f4f699 75%);background-size:200% 100%;animation:shimmer 1.5s infinite linear}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
