body {
  background: var(--clr-bg);
  color: var(--clr-text);
  font-family: var(--font-heading);
}

a:hover {
  background: var(--clr-dty);
  color: var(--clr-text);
}