@font-face {
  font-family: 'AvenirNextLTPro';
  src: local('Avenir Next Regular'), local('AvenirNextLTPro-Regular'),
       url('../fonts/AvenirNextLTPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNextLTPro';
  src: local('Avenir Next Italic'), local('AvenirNextLTPro-It'),
       url('../fonts/AvenirNextLTPro-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNextLTPro';
  src: local('Avenir Next Bold'), local('AvenirNextLTPro-Bold'),
       url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirNextLTPro';
  src: local('Avenir Next Demi'), local('AvenirNextLTPro-Demi'),
       url('../fonts/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Next Condensed';
  src: local('Avenir Next Condensed'), local('AvenirNextLTPro-Cn'),
       url('../fonts/AvenirNextLTPro-Cn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
