/* Self-hosted fonts (SIL Open Font License, see /fonts/OFL-*.txt).
   Latin subsets, variable weight. Self-hosting keeps visitors' IP addresses away
   from third-party font servers, which matters on a page that collects addresses.
   Paths are relative to this file; adjust if you move /fonts. */

@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-Variable.latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/LibreFranklin-Italic-Variable.latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Variable.latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Italic-Variable.latin.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
