/* Self-hosted fonts — no external dependency, so the site outlives Google Fonts.
   Both are variable fonts: one upright + one italic file covers the weight range. */

@font-face{
  font-family:"Cormorant Garamond";
  src:url("/assets/fonts/cormorant.woff2") format("woff2");
  font-weight:300 700; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Cormorant Garamond";
  src:url("/assets/fonts/cormorant-italic.woff2") format("woff2");
  font-weight:300 700; font-style:italic; font-display:swap;
}
@font-face{
  font-family:"EB Garamond";
  src:url("/assets/fonts/ebgaramond.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.woff2") format("woff2");
  font-weight:400 800; font-style:italic; font-display:swap;
}
