/* Self-hosted webfonts — no third-party connection (GDPR-safe).
   Download the .woff2 files listed in FONTS-README.txt into this folder. */

/* ---------- EB Garamond ---------- */
@font-face{
  font-family:'EB Garamond';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('EBGaramond-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'EB Garamond';
  font-style:normal; font-weight:500; font-display:swap;
  src:url('EBGaramond-Medium.woff2') format('woff2');
}
@font-face{
  font-family:'EB Garamond';
  font-style:normal; font-weight:600; font-display:swap;
  src:url('EBGaramond-SemiBold.woff2') format('woff2');
}
@font-face{
  font-family:'EB Garamond';
  font-style:italic; font-weight:400; font-display:swap;
  src:url('EBGaramond-Italic.woff2') format('woff2');
}

/* ---------- Archivo ---------- */
@font-face{
  font-family:'Archivo';
  font-style:normal; font-weight:400; font-display:swap;
  src:url('Archivo-Regular.woff2') format('woff2');
}
@font-face{
  font-family:'Archivo';
  font-style:normal; font-weight:500; font-display:swap;
  src:url('Archivo-Medium.woff2') format('woff2');
}
