/*fonts.css*/

@font-face {
  font-family: 'Avenir Next';
  src: url('AvenirNextLTPro-Regular.otf');
  font-weight: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('AvenirNextLTPro-Bold.otf');
  font-weight: bold;
}
