a {
  color: var(--secondary-700);
  text-decoration: none;
  font-weight: 500;
}

a:is(:hover,:focus) {
  color: var(--secondary-900);
}
