/*
 * Self-hosted, no external Google Fonts requests. Shippori Mincho and
 * Zen Kaku Gothic New are each served as genuinely distinct static
 * files per weight by Google Fonts (confirmed by hash — no dedup
 * pattern here, unlike Flush's Cormorant/Karla). Fragment Mono ships
 * only a regular + italic pair.
 */

@font-face {
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/shippori-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/shippori-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/shippori-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/shippori-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Shippori Mincho';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/shippori-800.woff2') format('woff2');
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/zenkaku-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/zenkaku-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/zenkaku-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/zenkaku-900.woff2') format('woff2');
}
@font-face {
	font-family: 'Fragment Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/fragmentmono-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Fragment Mono';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/fragmentmono-400italic.woff2') format('woff2');
}
