/* Pretendard 로컬 호스팅 (외부 CDN 제거 · 폐쇄망 대응)
   - 단일 가변폰트(weight 45~920) 자체 서버 제공
   - font-display:swap → 폰트 대기 없이 즉시 렌더(폰트는 로드되면 교체) */
@font-face {
	font-family: "Pretendard Variable";
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local("Pretendard Variable"),
		 url("/css/font/PretendardVariable.woff2") format("woff2-variations");
}
@font-face {
	font-family: "Pretendard";
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local("Pretendard Variable"),
		 url("/css/font/PretendardVariable.woff2") format("woff2-variations");
}
