/* Self-hosted fonts, subset to the Latin range and to the weights this site
   actually uses (see README "Fonts" section for how this was derived). */

@font-face {
  font-family: "Gantari";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/gantari-regular-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Gantari";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/gantari-regular-bold.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/sora-bold-extrabold.woff2") format("woff2");
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/fonts/sora-bold-extrabold.woff2") format("woff2");
}

@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/cinzel-700.woff2") format("woff2");
}

@font-face {
  font-family: "UnifrakturCook";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/unifrakturcook-700.woff2") format("woff2");
}
