/* Self-hosted Noto web fonts — Korean legal pages (/ko/privacy.html, /ko/terms.html).
   Deliberately excludes 'Noto Sans JP': these pages never loaded it, so their
   Latin text falls through to 'Noto Sans KR' exactly as before. Do not merge
   with home.css. Provenance and licence (SIL OFL 1.1) in fonts/licenses/. */

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/NotoSerifJP-subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/NotoSansKR-subset.woff2') format('woff2');
}
