/*
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.
The full license is distributed alongside this file as LICENSE-Pretendard.txt.
*/

/* Pretendard Variable v1.3.9 — 자체 호스팅(vendored).
 *
 * 왜 자체 호스팅인가: 이전에는 index.html이 jsDelivr CDN에서 이 CSS를 불러왔다. 그러면 페이지를
 * 열 때마다 이용자 IP가 회사가 선택한 외부 CDN으로 간다. 공개 `/privacy` §5는 회사가 직접 이용하는
 * 수탁자를 표로 밝히고 고객사 지시 없는 제3자 제공을 금지하므로, 별도 고지되지 않은 회사 선택 외부
 * 처리 경로를 만들지 않도록 파일을 레포로 들였다.
 *
 * 원본과의 관계: 상류 pretendardvariable.min.css(@v1.3.9)의 @font-face 그대로이고 src url만
 * 같은 디렉터리의 woff2로 바꿨다. woff2는 상류 바이트 그대로다(sha256
 * 9599f12fd42fc0bce1cd50b47a0c022e108d7aa64dd0d1bb0ed44f3282d900b4).
 *
 * ⚠️ 가변 폰트 하나만 들인다 — 무게별 static 세트나 non-variable dist는 넣지 않는다(중복 2MB+).
 * font-display:swap도 상류값 그대로 유지한다 — 폰트가 늦어도 대체 글꼴로 즉시 그려서 최초 페인트가
 * CDN 시절보다 나빠지지 않게 한다.
 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}
