@font-face {
  font-family: Metropolis;
  src: url(../assets/metropolis/Metropolis-Regular.otf) format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Metropolis;
  src: url(../assets/metropolis/Metropolis-Bold.otf) format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Metropolis;
  src: url(../assets/metropolis/Metropolis-Thin.otf) format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Metropolis;
  src: url(../assets/metropolis/Metropolis-RegularItalic.otf) format('opentype');
  font-weight: 400;
  font-style: italic;
}