/* Pretendard 1.3.9 — Korean subset (Hangul + Latin) | SIL Open Font License 1.1 */
/* https://github.com/orioncactus/pretendard | OFL: 상용 사용 가능, 수정·재배포 시 이름 변경 필요 */

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Pretendard-Regular.subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Pretendard-SemiBold.subset.woff2') format('woff2');
}

/* RN Web 의 Text/View 가 일관된 한글 폰트로 렌더되도록 root 에 강제 적용.
   font-weight 600 이상은 SemiBold 로 매핑되고 그 외는 Regular 로 fall back. */
html,
body,
#root,
input,
textarea,
button {
  font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo',
    'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
