/* ==========================================================================
   Local Font Faces
   ========================================================================== */

/* EB Garamond */
@font-face {
	font-family: "EB Garamond";
	font-weight: 400 800;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/EB_Garamond/EBGaramond-VariableFont_wght.woff2") format("woff2"),
		url("../fonts/EB_Garamond/EBGaramond-VariableFont_wght.woff") format("woff");
}

@font-face {
	font-family: "EB Garamond";
	font-weight: 400 800;
	font-style: italic;
	font-display: swap;
	src: url("../fonts/EB_Garamond/EBGaramond-Italic-VariableFont_wght.woff2") format("woff2"),
		url("../fonts/EB_Garamond/EBGaramond-Italic-VariableFont_wght.woff") format("woff");
}

/* Jost */
@font-face {
	font-family: "Jost";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Jost/Jost-Medium.woff2") format("woff2"),
		url("../fonts/Jost/Jost-Medium.woff") format("woff");
}

@font-face {
	font-family: "Jost";
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	src: url("../fonts/Jost/Jost-MediumItalic.woff2") format("woff2"),
		url("../fonts/Jost/Jost-MediumItalic.woff") format("woff");
}

@font-face {
	font-family: "Jost";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Jost/Jost-Bold.woff2") format("woff2"),
		url("../fonts/Jost/Jost-Bold.woff") format("woff");
}

@font-face {
	font-family: "Jost";
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	src: url("../fonts/Jost/Jost-BoldItalic.woff2") format("woff2"),
		url("../fonts/Jost/Jost-BoldItalic.woff") format("woff");
}

/* Zen Kaku Gothic New */
@font-face {
	font-family: "Zen Kaku Gothic New";
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Light.woff2") format("woff2"),
		url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Light.woff") format("woff");
}

@font-face {
	font-family: "Zen Kaku Gothic New";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff2") format("woff2"),
		url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.woff") format("woff");
}

@font-face {
	font-family: "Zen Kaku Gothic New";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.woff2") format("woff2"),
		url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.woff") format("woff");
}

@font-face {
	font-family: "Zen Kaku Gothic New";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff2") format("woff2"),
		url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.woff") format("woff");
}

@font-face {
	font-family: "Zen Kaku Gothic New";
	font-weight: 900;
	font-style: normal;
	font-display: swap;
	src: url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Black.woff2") format("woff2"),
		url("../fonts/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Black.woff") format("woff");
}

.font-EBGaramond {
	font-family: "EB Garamond", serif;
}

.font-Jost {
	font-family: "Jost", sans-serif;
}

.font-zenkakugothicnew {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
