/*
 * Pretendard Variable — 화면 글꼴 (35단계)
 *
 * Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
 * https://github.com/orioncactus/pretendard
 * SIL Open Font License 1.1 — 상업적 사용·재배포 가능(글꼴 자체를 파는 것만 금지).
 *
 * ★ 이 글꼴 파일은 반드시 우리 쪽(public/)에 두어야 합니다.
 *   바깥 주소(cdn.jsdelivr.net 등)로 되돌리지 마세요 —
 *   src/appearance/localAssets.test.ts 가 그걸 막고 있습니다. 이유는 그 파일 머리글 참고.
 */
@font-face {
	font-family: 'Pretendard Variable';
	font-style: normal;
	font-display: swap;
	font-weight: 45 920;
	src: url(./PretendardVariable.woff2) format('woff2-variations');
}
