/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
/* 이 파일은 unpkg 의 pretendard@1.3.5 static/pretendard.css 사본이다. 원본과 다른 점은 하나뿐 —
   각 @font-face 에서 .woff 대체 소스를 뺐다(woff2 만 남김). 폰트 파일 URL·버전·local() 은 그대로라
   렌더 결과가 달라질 여지가 없다.

   이유: PDF 캡처(snapdom)가 @font-face 의 src 에 적힌 url 을 전부 base64 로 심는다. 브라우저는
   woff2 만 쓰는데 .woff 9개(약 6.8MB)가 캡처마다 함께 실렸다(2026-07-29 실측).
   원본 CSS 를 그대로 링크하면 그 줄을 뺄 방법이 없어 사본을 둔다.

   갱신 시: 위 URL 에서 원본을 받아 같은 방식으로 .woff 줄만 제거할 것. BASE 경로의 버전도 함께.
   (원본은 상대경로 './woff2/...' 라 사본에서는 절대 URL 로 바꿔야 한다) */

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-Black.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('https://unpkg.com/pretendard@1.3.5/dist/web/static/woff2/Pretendard-Thin.woff2') format('woff2');
}
