body {
  font-family: 'niveau-grotesk', sans-serif;
  font-style: normal;
}

.niveau_grotesk__light {
  font-family: 'niveau-grotesk', sans-serif;
  font-style: normal;
  font-weight: 300;
}
.niveau_grotesk__regular {
  font-family: 'niveau-grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.niveau_grotesk__medium {
  font-family: 'niveau-grotesk', sans-serif;
  font-style: normal;
  font-weight: 500;
}
.niveau_grotesk__bold {
  font-family: 'niveau-grotesk', sans-serif;
  font-style: normal;
  font-weight: 700;
}

p {
  margin: 1.25rem 0 0 0;
  &:first-child,
  &:nth-of-type(1) {
    margin: 0;
  }
}
a {
  text-decoration: none;
  &:hover,
  &:focus {
    text-decoration: none;
  }
}
