/* ================= Desktop Menu Font Update Only ================= */
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
        font-weight: 600 !important;
        font-size: 1rem !important;
        letter-spacing: 0.5px;
        color: #333 !important; /* keep professional color */
    }

    /* Slightly bolder for active link */
    .navbar-nav .nav-link.active {
        font-weight: 700 !important;
    }
}
