/*  Pretendard : FONT */
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), 
        url('/resource/font/Pretendard-Thin.woff2') format('woff2');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), 
        url('/resource/font/Pretendard-ExtraLight.woff2') format('woff2');
}

@font-face {
font-family: 'Yeongwol';
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2507-2@1.0/YeongwolTTF-Regular.woff2') format('woff2');
font-weight: normal;
font-display: swap;
}