/* Self-hosted IM Fell faces; replaces the Google Fonts <link>.
   Upload the five .woff2 files to /fonts/ on the server (same folder layout
   as the url() paths below). SIL Open Font License; self-hosting is permitted.
   The family names match what index.html already references, so no other
   CSS has to change. */

@font-face {
  font-family: "IM Fell DW Pica";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/IMFellDWPica-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IM Fell DW Pica";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/IMFellDWPica-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "IM Fell English SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/IMFellEnglishSC-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "IM Fell English";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/IMFellEnglish-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "IM Fell English";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/IMFellEnglish-Italic.woff2") format("woff2");
}
