a {
  text-decoration: none;
  color: var(--primary);
}

a:hover {
  text-decoration: underline;
}
