/* static/assets/css/en-fonts.css */

/* --- Domine（見出し用） --- */
@font-face {
	font-family: 'Domine';
	src:
		url('../fonts/domine/Domine-VariableFont_wght.woff2') format('woff2-variations'),
		url('../fonts/domine/Domine-VariableFont_wght.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

/* --- EB Garamond（STORYテキスト用） --- */
@font-face {
	font-family: 'EB Garamond';
	src:
		url('../fonts/eb_garamond/EBGaramond-VariableFont_wght.woff2') format('woff2-variations'),
		url('../fonts/eb_garamond/EBGaramond-VariableFont_wght.woff2') format('woff2');
	font-weight: 400 800;
	font-style: normal;
	font-display: swap;
}
