/* Ezra SIL — the biblical-Hebrew font used for all Hebrew text on the Hebrew page.
   Self-hosted (not a Google webfont) because Google's Hebrew webfonts — including
   Noto Serif Hebrew — mis-position a vowel point stacked with a meteg/cantillation
   accent in Safari (the marks overlap). Ezra SIL renders those correctly in every
   browser tested. OFL 1.1; license + fontlog ship alongside in assets/fonts/. */
@font-face {
    font-family: "Ezra SIL";
    src: url("/assets/fonts/EzraSIL.ttf") format("truetype");
    font-weight: 400 700;   /* single weight; bold synthesizes */
    font-style: normal;
    font-display: swap;
}
