/* =========================
   NAV LINKS
========================= */

.custom-link {
    font-weight: 500;
    margin: 0 10px;
    color: #333 !important;
    transition: color 0.3s ease;
}

.custom-link:hover {
    color: #198754 !important;
}

.custom-link.active {
    color: #198754 !important;
    font-weight: 600;
}
