/**
 * Pretendard 폰트 — 프론트엔드 헬퍼 스타일
 *
 * 글로벌 글꼴은 인라인 CSS로 적용되며, 이 파일은 선택적으로 사용하는
 * 가중치 유틸리티 클래스를 제공합니다.
 */

/* 폰트 가중치 유틸리티 클래스 (선택적) */
.pretendard-weight-100, .pretendard-100 { font-weight: 100 !important; }
.pretendard-weight-200, .pretendard-200 { font-weight: 200 !important; }
.pretendard-weight-300, .pretendard-300 { font-weight: 300 !important; }
.pretendard-weight-400, .pretendard-400, .pretendard-regular  { font-weight: 400 !important; }
.pretendard-weight-500, .pretendard-500, .pretendard-medium   { font-weight: 500 !important; }
.pretendard-weight-600, .pretendard-600, .pretendard-semibold { font-weight: 600 !important; }
.pretendard-weight-700, .pretendard-700, .pretendard-bold     { font-weight: 700 !important; }
.pretendard-weight-800, .pretendard-800, .pretendard-extrabold{ font-weight: 800 !important; }
.pretendard-weight-900, .pretendard-900, .pretendard-black    { font-weight: 900 !important; }

/* 특정 요소에만 Pretendard 적용용 헬퍼 */
.pretendard-font {
	font-family: 'Pretendard Variable', Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
