/* Noto Sans KR — Korean (ko)
   Only Regular (400) and Bold (700) are licensed.
   800 and 900 remap to the Bold file so existing heading CSS renders
   with real Bold glyphs (no synthetic bold, no per-locale overrides). */

@font-face {
  font-family: NotoSansKR;
  src: url('/fonts/NotoSansKR-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NotoSansKR;
  src: url('/fonts/NotoSansKR-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NotoSansKR;
  src: url('/fonts/NotoSansKR-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: NotoSansKR;
  src: url('/fonts/NotoSansKR-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
