/* Custom Styles */
.nav-link {
    @apply text-gray-600 hover:text-cyan-600 font-medium transition-colors;
}

.nav-link.active {
    @apply text-cyan-600 border-b-2 border-cyan-600 pb-1;
}

html {
    scroll-behavior: smooth;
}