/* The bundled scripture font. Lives in public/ (served verbatim, linked with
   a relative href from index.html) because Vite does not rebase absolute
   url("/fonts/…") references in bundled CSS — under a subpath host like
   GitHub Pages (/plumbline/) those would 404. Relative URLs here resolve
   against this file's own location, so any base works. */

@font-face {
  font-family: "EB Garamond";
  src: url("./fonts/EBGaramond.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "EB Garamond";
  src: url("./fonts/EBGaramond-Italic.ttf") format("truetype");
  font-weight: 400 700;
  font-style: italic;
  font-display: block;
}
