/* Regular */
@font-face {
  font-family: 'Metropolis';
  src: url('https://platform.poltio.com/fonts/teknosa/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Semibold */
@font-face {
  font-family: 'Metropolis';
  src: url('https://platform.poltio.com/fonts/teknosa/Metropolis-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: 'Metropolis';
  src: url('https://platform.poltio.com/fonts/teknosa/Metropolis-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}