/* Pretendard Variable 웹폰트 — CDN 참조 */
/* 출처: https://github.com/orioncactus/pretendard */

/* 프리로드 힌트는 각 HTML 파일 <head>에 삽입 */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css');

/* 폰트 폴백 확인 — CDN 로드 실패 시 시스템 폰트로 graceful degradation */
/* REQ-HOBAN-005-C: Pretendard CDN 장애 시 한국어 가독성 유지 폴백 스택 */
body {
  font-family: 'Pretendard Variable', 'Pretendard',
    -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto,
    'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic',
    sans-serif;
}
