/* Design tokens are defined in app/assets/tailwind/application.css (@theme block).
 * Do NOT duplicate @theme here — tailwind/application.css is the single source of truth.
 * This file is for non-Tailwind stylesheets only (e.g., ActionText). */

@keyframes gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes philo-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(20px, -15px) scale(1.05); }
}
