.active {
  color: var(--bs-primary);
  font-weight: bold;
}

.nav-link:hover {
  color: var(--bs-primary);
}

