/* 셀프호스팅 웹폰트 — CDN 미사용. 파일: /thema/Basic/fonts/ (직접 다운로드해 서버에서 서빙) */

/* 본문: Pretendard (가변 폰트 1파일로 전 굵기 커버) */
@font-face {
  font-family: 'Pretendard';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/PretendardVariable.woff2') format('woff2');
}

/* 제목(display): Black Han Sans — 라틴/한글 분리 subset */
@font-face {
  font-family: 'Black Han Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/black-han-sans-latin-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Black Han Sans';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/black-han-sans-korean-400.woff2') format('woff2');
  unicode-range: U+1100-11FF, U+302E-302F, U+3131-318E, U+3200-321E, U+3260-327F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FB, U+FF00-FFEF;
}
