@font-face {
  font-family: 'Metropolis';
  src: url('../font/Metropolis-ExtraBold.eot') format('embedded-opentype'),
    url('../font/Metropolis-ExtraBold.woff') format('woff'),
    url('../font/Metropolis-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/Metropolis-Bold.eot') format('embedded-opentype'),
    url('../font/Metropolis-Bold.woff') format('woff'),
    url('../font/Metropolis-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/Metropolis-SemiBold.eot') format('embedded-opentype'),
    url('../font/Metropolis-SemiBold.woff') format('woff'),
    url('../font/Metropolis-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/Metropolis-Regular.eot') format('embedded-opentype'),
    url('../font/Metropolis-Regular.woff') format('woff'),
    url('../font/Metropolis-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/Metropolis-RegularItalic.eot') format('embedded-opentype'),
    url('../font/Metropolis-RegularItalic.woff') format('woff'),
    url('../font/Metropolis-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
* {
  font-family: Metropolis, sans-serif;
}
