/* The typeface of the edition: Charter, self-hosted.
 *
 * Chosen on 15 August 2026 out of six candidates in the specimen sheet, after
 * Baskerville had been found too fragile. The four WOFF2 files lie under
 * `fonts/charter/` and come from the package of practicaltypography.com
 * (Matthew Butterick); Bitstream released Charter for free use in 1992, and the
 * licence text lies beside them.
 *
 * The family is called "Christ Charter", so that the rule never wrestles with a
 * system font of the same name: four files of about 15 KB each are loaded
 * everywhere, and every platform shows the same outlines.
 *
 * Included BEFORE the page's own stylesheet; the pages carry the family in their
 * `--work` stack.
 */

@font-face {
  font-family: "Christ Charter";
  src: url("../fonts/charter/charter_regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Christ Charter";
  src: url("../fonts/charter/charter_italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "Christ Charter";
  src: url("../fonts/charter/charter_bold_italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
