/* KoPub 로컬 번들 (오프라인용) — woff2만 사용. 폰트 파일은 같은 폴더에 위치. */

/* ── KoPub Dotum (제목용) ── */
@font-face {
  font-family: 'KoPub Dotum';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('KoPubDotum-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'KoPub Dotum';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('KoPubDotum-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'KoPub Dotum';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('KoPubDotum-Bold.woff2') format('woff2');
}

/* ── KoPub Batang (본문/코멘트용) ── */
@font-face {
  font-family: 'KoPub Batang';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('KoPubBatang-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'KoPub Batang';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('KoPubBatang-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'KoPub Batang';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('KoPubBatang-Bold.woff2') format('woff2');
}

/* ── 워드클라우드용 디스플레이 폰트(굵고 임팩트) ── */
@font-face{ font-family:'Black Han Sans'; font-weight:400; font-style:normal; font-display:swap; src:url('BlackHanSans.woff2') format('woff2'); }
@font-face{ font-family:'Jua'; font-weight:400; font-style:normal; font-display:swap; src:url('Jua.woff2') format('woff2'); }
@font-face{ font-family:'Do Hyeon'; font-weight:400; font-style:normal; font-display:swap; src:url('DoHyeon.woff2') format('woff2'); }
