/* styles.css */

/* Optional custom styles to complement Tailwind */
body {
  scroll-behavior: smooth;
}

/* Example: Enhance hero text shadow for better contrast */
.hero-text-shadow {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
