@charset "utf-8";
/* ============================================================================
   Noto Sans KR - self-hosted (same face as koat.or.kr's notokr/Noto Sans CJK KR)
   Files: /html/fonts/noto-sans-kr-{weight}.woff2
   Source: @fontsource/noto-sans-kr 5.2.5 korean subset (SIL OFL 1.1)
   Replaces the fonts.googleapis.com css2 import so the site renders identically
   on closed networks with no external font dependency.
   ============================================================================ */
@font-face{
	font-family:'Noto Sans KR'; font-style:normal; font-weight:300; font-display:swap;
	src:url(/html/fonts/noto-sans-kr-300.woff2) format('woff2');
}
@font-face{
	font-family:'Noto Sans KR'; font-style:normal; font-weight:400; font-display:swap;
	src:url(/html/fonts/noto-sans-kr-400.woff2) format('woff2');
}
@font-face{
	font-family:'Noto Sans KR'; font-style:normal; font-weight:500; font-display:swap;
	src:url(/html/fonts/noto-sans-kr-500.woff2) format('woff2');
}
@font-face{
	font-family:'Noto Sans KR'; font-style:normal; font-weight:700; font-display:swap;
	src:url(/html/fonts/noto-sans-kr-700.woff2) format('woff2');
}
@font-face{
	font-family:'Noto Sans KR'; font-style:normal; font-weight:900; font-display:swap;
	src:url(/html/fonts/noto-sans-kr-900.woff2) format('woff2');
}
