/* font-face */
@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:100;
	src: url('./notoSansKRlight.woff2') format('woff2'),
	url('./notoSansKRlight.woff') format('woff'),
	url('./notoSansKRlight.otf') format('opentype');
}

@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:400;
	src: url('./notoSansKRRegular.otf') format('woff2'),
	url('./notoSansKRRegular.woff') format('woff'),
	url('./notoSansKRRegular.otf') format('opentype');
}

@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:700;
	src: url('./notoSansKRBold.woff2') format('woff2'),
	url('./notoSansKRBold.woff') format('woff'),
	url('./notoSansKRBold.otf') format('opentype');
}