/* Noto Sans KR - 최적화된 한국어 서브셋 (Network Dependency 완전 제거) */

/* 핵심 한글 + 기본 라틴 문자만 포함 (파일 크기 90% 감소) */
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./korean-optimized-400.woff2') format('woff2');
  unicode-range: U+0020-007E, U+00A0-00FF, U+AC00-D7AF, 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('./korean-optimized-500.woff2') format('woff2');
  unicode-range: U+0020-007E, U+00A0-00FF, U+AC00-D7AF, 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('./korean-optimized-700.woff2') format('woff2');
  unicode-range: U+0020-007E, U+00A0-00FF, U+AC00-D7AF, U+1100-11FF, U+3130-318F, U+A960-A97F, U+D7B0-D7FF;
}
