/* ============================================================
   Leah E. Welker—Webfonts
   Header face: Inknut Antiqua (self-hosted, static weights, WOFF2)
   Body face:   EB Garamond (self-hosted, variable wght, WOFF2)
   ============================================================ */

/* ---- Inknut Antiqua : display / headings ---- */
@font-face {
  font-family: "Inknut Antiqua";
  src: url("../assets/fonts/InknutAntiqua-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inknut Antiqua";
  src: url("../assets/fonts/InknutAntiqua-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inknut Antiqua";
  src: url("../assets/fonts/InknutAntiqua-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inknut Antiqua";
  src: url("../assets/fonts/InknutAntiqua-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inknut Antiqua";
  src: url("../assets/fonts/InknutAntiqua-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---- EB Garamond : body / running text (variable 400–800) ---- */
@font-face {
  font-family: "EB Garamond";
  src: url("../assets/fonts/EBGaramond-Variable.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../assets/fonts/EBGaramond-Italic-Variable.woff2") format("woff2");
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}
