/* ==========================================================================
   Self-hosted fonts — EB Garamond (headings) + Inter (body/UI).
   Downloaded once from Google Fonts as static woff2 files so the site
   never makes a third-party font request at runtime.
   ========================================================================== */

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

@font-face {
  font-family: "MS EB Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/eb-garamond-500.woff2") format("woff2");
}

@font-face {
  font-family: "MS EB Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/eb-garamond-600.woff2") format("woff2");
}

@font-face {
  font-family: "MS Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-400.woff2") format("woff2");
}

@font-face {
  font-family: "MS Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/inter-600.woff2") format("woff2");
}

@font-face {
  font-family: "MS Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-700.woff2") format("woff2");
}
