@font-face {
  font-family: 'Neue Frutiger World';
  src: url('./neue-frutiger-world/NeueFrutigerWorld-Regular.otf')
    format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Frutiger World';
  src: url('./neue-frutiger-world/NeueFrutigerWorld-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Frutiger World';
  src: url('./neue-frutiger-world/NeueFrutigerWorld-Medium.otf')
    format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Frutiger World';
  src: url('./neue-frutiger-world/NeueFrutigerWorld-MediumIt.otf')
    format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Frutiger World';
  src: url('./neue-frutiger-world/NeueFrutigerWorld-Bold.otf')
    format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Frutiger World';
  src: url('./neue-frutiger-world/NeueFrutigerWorld-BoldIt.otf')
    format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
