html { 
  scroll-behavior: smooth; 
}

/* Base styles are handled by Tailwind CDN, but any custom CSS would go here */

/* Custom map background pattern */
.map-pattern {
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 10px 10px;
}