/* ============================================================
 * 폰트 — 로컬 번들 (Pretendard Variable + PretendardGOV Variable)
 *   CDN 의존 제거 → 오프라인 환경·기관 망 분리 환경에서도 동일 렌더링
 *   파일 위치: app/assets/fonts/*.woff2
 * ============================================================ */

/* Pretendard Variable — 모든 weight(45~920) 가변 폰트 1파일 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}

/* Pretendard (non-variable alias) — 변수 미지원 환경에서 동일 폰트로 폴백 */
@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/PretendardVariable.woff2') format('woff2-variations');
}

/* Pretendard GOV — KRDS 정부 표준 테마 전용 (확장 글리프 포함) */
@font-face {
  font-family: 'Pretendard GOV';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('../assets/fonts/PretendardGOVVariable.woff2') format('woff2-variations');
}
