@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
html,
body {
	background: #fff;
	width: 100%;
	font-family: 'Pretendard-Regular', 'NanumPen', sans-serif;
}

html {
	font-size: 16px;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

body {
	color: #4d4d4d;
	font-family: 'Pretendard-Regular', sans-serif;
	
	margin: 0;
	
}