* {
	font-family: 'Pretendard', 'BMHANNAPro', sans-serif;
}

@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BMHANNAPro';
	src: url('../fonts/BMHANNAPro.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NanumGothic';
	font-weight: 700;
	font-style: normal;
	src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumGothicEB.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'NanumGothic';
	font-weight: 500;
	font-style: normal;
	src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumGothicB.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'NanumGothic';
	font-weight: 400;
	font-style: normal;
	src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumGothic.woff2) format('woff2');
	font-display: swap;
}
@font-face {
	font-family: 'NanumGothic';
	font-weight: 300;
	font-style: normal;
	src: url(https://cdn.jsdelivr.net/gh/webfontworld/naver/NanumGothicL.woff2) format('woff2');
	font-display: swap;
}