/* The site's two families, served from here rather than from Google Fonts.
   Both are SIL Open Font License 1.1 - the licences sit beside the files.
   Cormorant Garamond is subset to Latin and Latin Extended (Polish, Italian,
   English need nothing more); Josefin Sans carries a Reserved Font Name, so
   it is repackaged as WOFF2 whole and unmodified. Variable weight axes:
   Cormorant 300-700, Josefin 100-700. */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("cormorant-garamond.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url("cormorant-garamond-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url("josefin-sans.woff2") format("woff2");
}
@font-face {
  font-family: "Josefin Sans";
  font-style: italic;
  font-weight: 100 700;
  font-display: swap;
  src: url("josefin-sans-italic.woff2") format("woff2");
}
