/* Google Fonts Noto Sans KR 로드 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');

/* 폰트 fallback: Noto Sans KR 우선, 서버에 설치한 나눔/시스템 폰트로 fallback */
* {
  font-family: 'Noto Sans KR', 'Nanum Gothic', 'NanumBarunGothic', 'Apple SD Gothic Neo', 'Malgun Gothic', '맑은 고딕', Arial, sans-serif !important;
}

/* 한글 폰트: 로컬 파일 우선(서버 렌더 시 CDN 차단/지연 방지), 없으면 Google CDN */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/NotoSansKR-Light.woff2') format('woff2'), url('https://fonts.gstatic.com/s/notosanskr/v36/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.woff2') format('woff2');
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+A960-A97F, U+D7B0-D7FF;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/NotoSansKR-Regular.woff2') format('woff2'), url('https://fonts.gstatic.com/s/notosanskr/v36/PbykFmXiEBPT4ITbgNA5Cgm20HTs4JMMuA.woff2') format('woff2');
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+A960-A97F, U+D7B0-D7FF;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/NotoSansKR-Medium.woff2') format('woff2'), url('https://fonts.gstatic.com/s/notosanskr/v36/Pby7FmXiEBPT4ITbgNA5CgmOelzI7gQPN8cs.woff2') format('woff2');
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+A960-A97F, U+D7B0-D7FF;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/NotoSansKR-Bold.woff2') format('woff2'), url('https://fonts.gstatic.com/s/notosanskr/v36/Pby7FmXiEBPT4ITbgNA5CgmOelzI7gQPN8cs.woff2') format('woff2');
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+A960-A97F, U+D7B0-D7FF;
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/NotoSansKR-Black.woff2') format('woff2'), url('https://fonts.gstatic.com/s/notosanskr/v36/Pby7FmXiEBPT4ITbgNA5CgmOelzI7gQPN8cs.woff2') format('woff2');
  unicode-range: U+AC00-D7A3, U+1100-11FF, U+3130-318F, U+A960-A97F, U+D7B0-D7FF;
}

