/* App styles - Tailwind CSS handles most styling via utility classes */

/* Reset any conflicting styles */
* {
    @apply scroll-smooth;
}

/* Smooth transitions for interactive elements */
button, a {
    @apply transition-colors;
}

