/* =========================================================
   Pretendard 자가호스트(self-host) — 외부 CDN 없이 로컬 woff2 로드
   - 한글 서브셋(KS X 1001) woff2 로 용량 관리(weight 당 약 260KB).
   - tokens.css 의 font-family:'Pretendard' 가 실제 적용되도록 이 파일을 먼저 로드한다.
   - font-display:swap 으로 폰트 로딩 중에도 텍스트가 보이게 한다.
   - 라이선스: SIL Open Font License 1.1 (orioncactus/pretendard).
   ========================================================= */

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Pretendard Regular'), url('/fonts/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Pretendard Medium'), url('/fonts/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('/fonts/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('Pretendard Bold'), url('/fonts/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('/fonts/Pretendard-ExtraBold.woff2') format('woff2');
}
