/* c3a 폰트 로컬 번들(오프라인 키오스크용, CDN 0). 서체를 Noto 계열로 통일 — 산세리프=Noto Sans KR, 세리프=Noto Serif KR. 한글 전범위 woff2. */

/* 산세리프 — Noto Sans KR (초상 800 + UI 700/600/400) */
@font-face {
  font-family: 'Noto Sans KR'; font-style: normal; font-display: swap;
  font-weight: 400;
  src: url(fonts/NotoSansKR-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans KR'; font-style: normal; font-display: swap;
  font-weight: 600;
  src: url(fonts/NotoSansKR-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans KR'; font-style: normal; font-display: swap;
  font-weight: 700;
  src: url(fonts/NotoSansKR-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Noto Sans KR'; font-style: normal; font-display: swap;
  font-weight: 800;
  src: url(fonts/NotoSansKR-ExtraBold.woff2) format('woff2');
}

/* 세리프 옵션 — Noto Serif KR (초상 텍스트 서체 전환용). Black(900) */
@font-face {
  font-family: 'Noto Serif KR'; font-style: normal; font-display: swap;
  font-weight: 900;
  src: url(fonts/NotoSerifKR-Black.woff2) format('woff2');
}
