/* Metropolis Font */
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-Thin.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis/Metropolis-Medium-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

/* Baskerville Font */
@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskerville/Baskerville-Old-Face-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Bebas Neue */
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue/BebasNeue.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  }