html {
  color: var(--grey-dk);
}

a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  color: var(--orange);
}