/* IntelRobotics - Tailwind CSS is now loaded via CDN in base.html.
   This file is kept minimal for any future custom utility overrides if needed. */

@layer utilities {
    .animate-pulse-slow {
        animation: pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    }
}
