@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('./AvenirNext-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext-Medium';
  src: url('./AvenirNext-Medium.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url('./AvenirNext-DemiBold.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext-Bold';
  src: url('./AvenirNext-Bold.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
}
