/* 자가호스팅 한국 폰트 (한글 KS 완성형+ASCII 서브셋)
   - 헤드라인: KoPubWorld 바탕 Bold (한국출판인회의, 상업용 무료)
   - 본문: Pretendard Variable
   폴백: 나눔명조(구글폰트 링크, base.html) → Georgia → serif */
@font-face {
  font-family: "KoPub World Batang";
  font-weight: 700 800;
  font-display: swap;
  src: url("/static/fonts/KoPubWorldBatangBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-display: swap;
  src: url("/static/fonts/PretendardVariable.woff2") format("woff2-variations");
}
