@charset "utf-8";

@font-face {
	font-family: 'pgov';
	font-weight: normal;
	font-display: swap;
	src:local('Pretendard GOV Medium'), 
		url(/fonts/PretendardGOV-Medium.woff) format('woff'),
		url(/fonts/PretendardGOV-Medium.ttf) format('truetype');
}

@font-face {
	font-family: 'pgov';
	font-weight: 700;
	font-display: swap;
	src:local('Pretendard GOV Bold'), 
		url(/fonts/PretendardGOV-Bold.woff) format('woff'),
		url(/fonts/PretendardGOV-Bold.ttf) format('truetype');
}
