@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 400;
	src: local('☺');
	src: url('/static/fonts/NotoSans-Regular.eot');
	src: url('/static/fonts/NotoSans-Regular?#iefix') format('embedded-opentype'),
	url('/static/fonts/NotoSans-Regular.woff') format('woff'),
	url('/static/fonts/NotoSans-Regular.otf') format('truetype');
}

@font-face {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	src: local('☺');
	src: url('/static/fonts/NotoSans-Bold.eot');
	src: url('/static/fonts/NotoSans-Bold?#iefix') format('embedded-opentype'),
	url('/static/fonts/NotoSans-Bold.woff') format('woff'),
	url('/static/fonts/NotoSans-Bold.otf') format('truetype');
}

body {
	font-family: 'Noto Sans', 'Malgun Gothic', '맑은 고딕','돋움', dotum, Helvetica, AppleSDGothicNeo, sans-serif;
	font-weight: 400;
}