@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/NeueMontreal-LightItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/NeueMontreal-Italic.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/NeueMontreal-MediumItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Neue Montreal';
  font-display: swap;
  font-style: italic;
  font-weight: bold;
  src: url('../fonts/NeueMontreal-BoldItalic.otf') format('opentype');
}

@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}