@charset "utf-8";

@font-face {
	font-family: 'PGOV';
	font-weight: 500;
	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 ExtraBold'), 
		url(./fonts/PretendardGOV-ExtraBold.woff) format('woff')
		url(./fonts/PretendardGOV-ExtraBold.fff) format('truetype');
}
