/**
 * Self-hosted fonts (no CDN) — matches original KBS type stack.
 */

@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/zen-kaku-gothic-new/ZenKakuGothicNew-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/zen-kaku-gothic-new/ZenKakuGothicNew-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Zen Kaku Gothic New';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/zen-kaku-gothic-new/ZenKakuGothicNew-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Zen Old Mincho';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/zen-old-mincho/ZenOldMincho-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Zen Old Mincho';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/zen-old-mincho/ZenOldMincho-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/ibm-plex-mono/IBMPlexMono-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'IBM Plex Mono';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/ibm-plex-mono/IBMPlexMono-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/archivo/Archivo-SemiBold.woff2') format('woff2');
}

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

@font-face {
	font-family: 'Archivo';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/archivo/Archivo-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Archivo Black';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/archivo-black/ArchivoBlack-Regular.woff2') format('woff2');
}
