/* 고운바탕(Gowun Batang) — OFL. 자체호스팅 서브셋. CDN 링크 금지.
   원본: github.com/google/fonts/ofl/gowunbatang (Regular 8.0MB · Bold 7.8MB TTF, 1회 내려받음)
   서브셋: 이 사이트의 모든 HTML 본문 + 옛 문안 원본에 실제로 나오는 797자
           (한글 음절 649 + ASCII 전부 + 자주 쓰는 기호)
   🔴 문안이 늘면 글리프가 빠질 수 있다. 그때는 pyftsubset 로 다시 뽑아라:
      pyftsubset GowunBatang-Bold.ttf --text-file=<본문전체.txt> --flavor=woff2 \
        --layout-features='' --no-hinting --desubroutinize --output-file=GowunBatang-700.subset.woff2
      빠져도 화면이 깨지지는 않는다 — 그 글자만 Pretendard 로 떨어진다. */
@font-face {
  font-family: 'Gowun Batang';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url(./GowunBatang-400.subset.woff2) format('woff2');
}
@font-face {
  font-family: 'Gowun Batang';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url(./GowunBatang-700.subset.woff2) format('woff2');
}
