/* ============================================================ */
/* FONTS.CSS - Global foundations                                */
/* ============================================================ */
/* WEB FONTS (local files, see assets/fonts/)	*/
/* ============================================ */

@font-face {
	font-family: 'Cinzel';
	src: url('../assets/fonts/cinzel/cinzel-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cinzel';
	src: url('../assets/fonts/cinzel/cinzel-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

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

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

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

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