/* self-host 서브셋 폰트 (페이지 사용 글자만) — 오프라인/프로젝터에서도 동일 표시 */
@font-face {
  font-family: "Noto Sans KR"; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url("./fonts/noto-sans-kr.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif KR"; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url("./fonts/noto-serif-kr.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Mono"; font-style: normal; font-weight: 500;
  font-display: swap; src: url("./fonts/ibm-plex-mono-500.woff") format("woff");
}
@font-face {
  font-family: "IBM Plex Mono"; font-style: normal; font-weight: 600;
  font-display: swap; src: url("./fonts/ibm-plex-mono-600.woff") format("woff");
}
