/* ============================================================
   Pretendard v1.3.9 — 자체 호스팅 (외부 CDN 의존 제거)
   출처: https://github.com/orioncactus/pretendard (SIL Open Font License 1.1)
   파일: 공식 "subset" 빌드(KS X 1001 한글 2350자 + 라틴/기호). 가중치당 약 265KB.
   사용 가중치만 포함: 400 / 500 / 600 / 700 / 800 (합계 약 1.28MB)
   경로는 이 CSS 파일 기준 상대경로(fonts/…) — 페이지 위치와 무관하게 동작.

   ⚠️ 서브셋 한계 (문구 추가 전 반드시 확인)
   이 폰트는 Pretendard 공식 KS X 1001 서브셋(한글 2,350자)이다.
   그 범위 밖 음절(예: 쨍 · 뻘 · 뷁)은 웹폰트에 글리프가 없어 **시스템 폰트로 대체**되고,
   그 글자만 자간·굵기·획 두께가 어긋나 보인다(같은 줄 안에서 티가 난다).
   → 실제 콘텐츠(제품명·카피)가 확정되면 그 텍스트를 기준으로 pyftsubset 으로 재생성하는 것을 권장.
   ============================================================ */

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
       url("fonts/Pretendard-Regular.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
       url("fonts/Pretendard-Medium.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
       url("fonts/Pretendard-SemiBold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
       url("fonts/Pretendard-Bold.subset.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
       url("fonts/Pretendard-ExtraBold.subset.woff2") format("woff2");
}
