/* Custom Styles for Canopy Retreat */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Optional: Custom styling for the navbar when scrolled (can also be handled via JS + Tailwind classes) */
.navbar-scrolled {
    @apply shadow-md bg-white/95 backdrop-blur-md;
}