@charset "utf-8";

/*
 * Site fonts — faces used by the site UI.
 * Body/UI: Pretendard Variable (woff2, font-display: swap).
 * Header/footer logo text uses the same display font as test1
 * (CSS font-family name ChangwonDanggamAsak in layout.css; CDN woff).
 * That name is a font-family identifier only — it is not visible page copy.
 * Removed unused: Noto Sans KR, Montserrat, Malgun Gothic, static Pretendard weights, Typekit.
 */

@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('/fonts/Pretendard/PretendardVariable.woff2') format('woff2-variations'),
		url('/fonts/Pretendard/PretendardVariable.woff2') format('woff2');
}
