/* Self-hosted webfonts — no third-party (Google) requests.
   Drop the matching .woff2 files into this same /fonts/ folder.
   Filenames below are the exact names the CSS expects. */

/* ---------- Libre Baskerville (headings) ---------- */
@font-face{
  font-family:'Libre Baskerville';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('/fonts/libre-baskerville-400.woff2') format('woff2');
}
@font-face{
  font-family:'Libre Baskerville';
  font-style:normal; font-weight:700; font-display:swap;
  src:url('/fonts/libre-baskerville-700.woff2') format('woff2');
}

/* ---------- EB Garamond (body serif) ---------- */
@font-face{
  font-family:'EB Garamond';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('/fonts/eb-garamond-400.woff2') format('woff2');
}
@font-face{
  font-family:'EB Garamond';
  font-style:italic; font-weight:400; font-display:swap;
  src:url('/fonts/eb-garamond-400-italic.woff2') format('woff2');
}

/* ---------- Archivo (labels / UI) ---------- */
@font-face{
  font-family:'Archivo';
  font-style:normal; font-weight:600; font-display:swap;
  src:url('/fonts/archivo-600.woff2') format('woff2');
}
@font-face{
  font-family:'Archivo';
  font-style:normal; font-weight:700; font-display:swap;
  src:url('/fonts/archivo-700.woff2') format('woff2');
}
