/*
 * Locally hosted project typography.
 * Source Serif 4 and Source Sans 3 are distributed under the SIL Open Font
 * License 1.1. The complete license texts live in ../fonts/.
 */
@font-face {
  font-family: "Source Serif 4";
  src: url("../fonts/source-serif-4-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("../fonts/source-sans-3-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}
