@font-face {
    font-family: Avenir-Regular;
    src: local(Metropolis-Regular), url(Metropolis-Regular.otf) format('otf'),
      url(Metropolis-Regular.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Avenir-Medium;
    src: local(Metropolis-Medium), url(Metropolis-Medium.otf) format('otf'),
      url(Metropolis-Medium.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Avenir-DemiBold;
    src: local(Metropolis-SemiBold), url(Metropolis-SemiBold.otf) format('otf'),
      url(Metropolis-SemiBold.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Avenir-Bold;
    src: local(Metropolis-Bold), url(Metropolis-Bold.otf) format('otf'),
      url(Metropolis-Bold.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
  font-family: Avenir-Light-Original;
  src: url(AvenirNextLTW04-Light.eot);
  src: url(AvenirNextLTW04-Light.eot?#iefix) format('embedded-opentype'),
      url(AvenirNextLTW04-Light.woff2) format('woff2'),
      url(AvenirNextLTW04-Light.woff) format('woff'),
      url(AvenirNextLTW04-Light.ttf) format('truetype'),
      url(AvenirNextLTW04-Light.svg#AvenirNextLTW04-Light) format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir-Regular-Original;
  src: url(avenir-next-regular.eot);
  src: url(avenir-next-regular.woff) format("woff"),
  url(avenir-next-regular.ttf) format("truetype"),
  url(avenir-next-regular.svg#filename) format("svg");
}

@font-face {
  font-family: Avenir-DemiBold-Original;
  src: url(avenir-next-demi.eot);
  src: url(avenir-next-demi.woff) format("woff"),
  url(avenir-next-demi.ttf) format("truetype"),
  url(avenir-next-demi.svg#filename) format("svg");
}

@font-face {
  font-family: Avenir-Bold-Original;
  src: url(avenir-next-bold.eot);
  src: url(avenir-next-bold.woff) format("woff"),
  url(avenir-next-bold.ttf) format("truetype"),
  url(avenir-next-bold.svg#filename) format("svg");
}