/*
 * Local copies of DM Sans, Merriweather and Open Sans.
 * Sources: Google Fonts; all families are licensed under the SIL Open Font License 1.1.
 */

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: Merriweather;
  font-style: normal;
  font-weight: 300 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("merriweather-latin.woff2") format("woff2");
}

@font-face {
  font-family: Merriweather;
  font-style: italic;
  font-weight: 300 900;
  font-stretch: 100%;
  font-display: swap;
  src: url("merriweather-italic-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("open-sans-latin.woff2") format("woff2");
}
