@font-face {
  font-family: 'DM Serif Display';
  src: url(fonts/DMSerifDisplay-Regular.ttf) format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/lato-regular.woff2) format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/lato-medium.woff2) format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/lato-bold.woff2) format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(fonts/lato-black.woff2) format('truetype');
  font-weight: 900;
  font-display: swap;
}