@import "tailwindcss";

@layer utilities {
    .animate-spin-slow {
        animation: spin 8s linear infinite;
    }
}