/* ============================================================================
 * SIL fonts (Open Font License 1.1)
 *
 * Bundled with Open Scriptorium under the SIL OFL.
 *
 *   Charis SIL  — primary serif body font (English, Latin, footnotes)
 *                 https://software.sil.org/charis/
 *   Ezra SIL    — Biblical Hebrew with full pointing & cantillation
 *                 https://software.sil.org/ezra/
 *   Galatia SIL — polytonic Greek
 *                 https://software.sil.org/galatia/
 *
 * Files live in app/assets/fonts/. Propshaft rewrites the relative url()s
 * below into digested asset URLs at request time.
 *
 * Reserved Font Names per OFL: derivatives must NOT use these names. We use
 * them unmodified, so we keep them. See app/assets/fonts/OFL.txt.
 * ========================================================================== */

@font-face {
  font-family: "Charis SIL";
  src: url("/assets/CharisSIL-Regular-903cb898.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Charis SIL";
  src: url("/assets/CharisSIL-Italic-07d03569.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Charis SIL";
  src: url("/assets/CharisSIL-Bold-ed4cc730.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Charis SIL";
  src: url("/assets/CharisSIL-BoldItalic-716ff155.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Ezra SIL";
  src: url("/assets/SILEOT-faa7ff43.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galatia SIL";
  src: url("/assets/GalSILR-0cbd2c02.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Galatia SIL";
  src: url("/assets/GalSILB-2ebc2774.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Mekorot fonts (SIL OFL 1.1) — Talmud Vilna page layout
 * Mekorot-Vilna: square Hebrew for Gemara/Mishnah center text
 * Mekorot-Rashi: semi-cursive for Rashi/Tosafot commentary */
@font-face {
  font-family: "Vilna";
  src: url("/assets/Mekorot-Vilna-18d9226a.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vilna";
  src: url("/assets/Mekorot-Vilna-Bold-e489e207.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rashi";
  src: url("/assets/Mekorot-Rashi-a777a3fd.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
