nav li {
  margin-bottom: -0.3rem;
}

a.nav-link {
  font-size: var(--text-sm);
  line-height: var(--leading-none);
  font-weight: 200;
  text-decoration: none;
}

a.nav-link:hover,
a.nav-link:focus {
  font-weight: 600;
}

.nav-link.active {
  font-weight: 600;
}

.prev-next-navigation a {
  color: var(--color-gray-500);
  text-decoration: none;
}
