/*
Black Han Sans — 자체 호스팅 (Google Fonts 의존 제거)
SIL Open Font License 1.1 — https://fonts.google.com/specimen/Black+Han+Sans
woff2 출처: @fontsource/black-han-sans
*/

/* latin (숫자·영문·기호) */
@font-face {
	font-family: 'Black Han Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/font/black-han-sans/latin-400-normal.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

/* korean (한글·CJK 구두점) */
@font-face {
	font-family: 'Black Han Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('/font/black-han-sans/korean-400-normal.woff2') format('woff2');
	unicode-range: U+1100-11FF, U+3000-303F, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF, U+FF00-FFEF;
}
