/* Fonts, self-hosted (SIL Open Font License, see assets/fonts/OFL.txt).
   Latin subset only, as Google serves it. No request to Google.
   EB Garamond upright is one variable file that covers both 400 and 600. */
@font-face {
	font-family: "EB Garamond";
	src: url("../fonts/eb-garamond-400.woff2") format("woff2");
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "EB Garamond";
	src: url("../fonts/eb-garamond-400-italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: "Cormorant Garamond";
	src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat";
	src: url("../fonts/montserrat-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
