/* fonts-local.css — all @font-face self-hosted (no fonts.amplighter.com / no Google CDN)
 * Body text (IM Fell DW Pica + SC) is served from the TTFs in /assets/fonts/.
 * The rest (Open Sans, Roboto Slab, Unifraktur) are OFL/Apache woff2 — drop them in
 * from https://gwfh.mranftl.com/fonts (google-webfonts-helper) if you want them local;
 * until then those families fall back to the browser default.
 *   Open Sans          -> 300,400,700
 *   Roboto Slab        -> 400,700
 *   UnifrakturMaguntia -> regular   (only if .font-old-cur is used)
 * eileencaps is already present (woff/woff2). Icon fonts live in icons-local.css.
 */

/* ---- Bible body text (TTF, supplied by Danny) ---- */
@font-face{
  font-family:'IM Fell DW Pica';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/IM%20Fell%20DW%20Pica%20normal.ttf') format('truetype');
}
@font-face{
  font-family:'IM Fell DW Pica';
  font-style:italic; font-weight:400; font-display:swap;
  src:url('/assets/fonts/IM%20Fell%20DW%20Pica%20italics.ttf') format('truetype');
}
@font-face{
  font-family:'IM Fell DW Pica SC';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/IM%20Fell%20DW%20Pica%20SC.ttf') format('truetype');
}

/* ---- decorative ---- */
@font-face{
  font-family:'UnifrakturMaguntia';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/unifrakturmaguntia-latin-regular.woff2') format('woff2');
}

/* ---- drop cap (already local) ---- */
@font-face{
  font-family:'eileenregular';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('/assets/fonts/eileencaps-mlgg-webfont.woff2') format('woff2'),
      url('/assets/fonts/eileencaps-mlgg-webfont.woff')  format('woff');
}

/* ---- theme chrome (header/nav/footer/buttons) ---- */
@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:swap;src:url('/assets/fonts/open-sans-v44-latin-300.woff2') format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/open-sans-v44-latin-regular.woff2') format('woff2');}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/open-sans-v44-latin-700.woff2') format('woff2');}
@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/roboto-slab-v36-latin-regular.woff2') format('woff2');}
@font-face{font-family:'Roboto Slab';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/roboto-slab-v36-latin-700.woff2') format('woff2');}
