.navbar {
    font-weight: 600;
}
.navbar-nav .nav-link.active {
    color: rgb(var(--primary));
}
.nav-link {
    color: rgb(var(--primary));
}
.nav-link:hover, .nav-link:focus, .dropdown-item:focus, .dropdown-item:hover {
    color: rgb(var(--primary));
    background-color: transparent;
}

