/*
 * Pretendard GOV — 로컬 호스팅 (AppScan SRI 조치, CDN 대체)
 */
@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/PretendardGOV-Regular.subset.woff2') format('woff2'),
	     url('../fonts/PretendardGOV-Regular.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/PretendardGOV-Medium.subset.woff2') format('woff2'),
	     url('../fonts/PretendardGOV-Medium.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard GOV';
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url('../fonts/PretendardGOV-Bold.subset.woff2') format('woff2'),
	     url('../fonts/PretendardGOV-Bold.subset.woff') format('woff');
}
