@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Regular.woff2') format('woff2'),
    url('../font/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Light.woff2') format('woff2'),
    url('../font/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-Medium.woff2') format('woff2'),
    url('../font/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('../font/DMSerifDisplay-Regular.woff2') format('woff2'),
    url('../font/DMSerifDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Poppins';
  src: url('../font/Poppins-SemiBold.woff2') format('woff2'),
    url('Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: '../font/DM Serif Display';
  src: url('DMSerifDisplay-Italic.woff2') format('woff2'),
    url('DMSerifDisplay-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: block;
}