/* Self-hosted fonts — no Google CDN calls */

@font-face {
  font-family: "Expletus Sans";
  src: url("../fonts/Expletus_Sans/ExpletusSans-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Expletus Sans";
  src: url("../fonts/Expletus_Sans/ExpletusSans-Italic-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/Noto_Serif/NotoSerif-VF-subset.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Noto Serif";
  src: url("../fonts/Noto_Serif/NotoSerif-Italic-VF-subset.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
