/* Font styles. */

@font-face {
	font-family: "EB Garamond";
	src:
		url("/fonts/EBGaramond.woff2") format(woff2) tech(variations),
		url("/fonts/EBGaramond.woff2") format("woff2-variations");
	font-style: normal;
	font-weight: 400 800;
}

@font-face {
	font-family: "Garamond Premier Pro";
	src: url("/fonts/GaramondPremierPro.otf") format(opentype);
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Garamond Premier Pro";
	src: url("/fonts/GaramondPremierPro-Bold.otf") format(opentype);
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Garamond Premier Pro";
	src: url("/fonts/GaramondPremierPro-Italic.otf") format(opentype);
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: "Garamond Premier Pro";
	src: url("/fonts/GaramondPremierPro-BoldItalic.otf") format(opentype);
	font-style: italic;
	font-weight: 700;
}

@font-face {
	font-family: "Minion 3";
	src: url("/fonts/Minion3-Regular.otf") format(opentype);
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Minion 3";
	src: url("/fonts/Minion3-Bold.otf") format(opentype);
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Minion 3";
	src: url("/fonts/Minion3-Italic.otf") format(opentype);
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: "Minion 3";
	src: url("/fonts/Minion3-BoldItalic.otf") format(opentype);
	font-style: italic;
	font-weight: 700;
}
