/* Animations and Transitions */

/* Fade transitions for Alpine.js */
[x-cloak] {
  display: none !important;
}

/* Smooth transitions for theme changes */
* {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

