/*
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
*/
/* [서비스 수정 2026-09-04] 이 파일은 jsDelivr 의 orioncactus/pretendard@v1.3.9 dist/web/static/pretendard.css 사본이다
   (퍼블리싱 원본 style.css 가 @import 하던 그 파일). 원본과 다른 점은 하나뿐 — 각 @font-face 에서 .woff 대체
   소스를 뺐다(woff2 만 남김). 폰트 파일 URL(원본의 상대경로를 브라우저가 해석하던 그 절대 URL)·버전·local() 은
   그대로라 렌더 결과가 달라질 여지가 없다.

   이유: 저작도구 PDF 캡처(snapdom embedFonts)가 @font-face 의 src 에 적힌 url 을 전부 base64 로 심는다.
   브라우저는 woff2 만 쓰는데 .woff 9개가 캡처마다 함께 실렸다(admin 실측 2026-09-03, v2 뷰어). 원본 CSS 를
   그대로 @import 하면 그 줄을 뺄 방법이 없어 사본을 둔다. v1 도 같은 사유로 /v1/css/pretendard.css 사본(1.3.5)을
   쓰지만 v2 는 v1 정적자산을 참조하지 않는 원칙(docs/migration/07)이라 v2 전용 사본이며, 버전도 퍼블리싱
   기준(1.3.9)을 유지한다(1.3.5 로 맞추면 자간이 밀릴 위험 — docs/maintenance/14 §8).

   갱신 시: 위 jsDelivr URL 에서 원본을 받아 같은 방식으로 .woff 줄만 제거하고, 상대경로
   ../../../packages/pretendard/dist/web/static/woff2/ 를 절대 URL 로 바꿀 것. 버전 태그도 함께. */

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/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://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/packages/pretendard/dist/web/static/woff2/Pretendard-Thin.woff2') format('woff2');
}
