/* Persistent header navigation should read as a primary orientation control. */
.nav-links a {
  color: var(--ink);
  font-size: .9375rem;
  font-weight: 600;
  letter-spacing: -.01em;
}

.nav-links a:hover {
  color: var(--accent);
}

.nav-links a.active {
  font-weight: 700;
}
