/* metropolis-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Metropolis-Regular.otf') format('opentype'); 
}
/* metropolis-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/Metropolis-RegularItalic.otf') format('opentype'); 
}
/* metropolis-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Metropolis-Medium.otf') format('opentype'); 
}
/* metropolis-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/Metropolis-MediumItalic.otf') format('opentype'); 
}
/* metropolis-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/Metropolis-SemiBold.otf') format('opentype'); 
}
/* metropolis-600italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/Metropolis-SemiBoldItalic.otf') format('opentype'); 
}
/* metropolis-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Metropolis-Bold.otf') format('opentype'); 
}
/* metropolis-800 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/Metropolis-ExtraBold.otf') format('opentype'); 
}
/* metropolis-900 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Metropolis-Black.otf') format('opentype'); 
}