/* Minimal custom styles - Tailwind handles most of it */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Smooth transitions for interactive elements */
a, button {
  transition: all 0.15s ease;
}
