@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProLightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProBook.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProBookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProMediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProHeavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProHeavyOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Pro';
  src: url('/fonts/AvenirLTProBlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
