.link {
  color: var(--clr-primary);
}

.link:hover,
.link:focus-visible {
  color: oklch(from var(--clr-primary) calc(l - 0.1) c h);
}
