html {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
}

a,
a:visited {
  color: $dcb-grey;

  &:hover,
  &:focus {
    color: black;
  }
}