@charset "utf-8"; 
/*
	Font
*/

/* NotoSerifKR : Title */
@font-face{
	font-family:'NotoSerifKR';
	font-style:normal;
	font-weight:100;
	src:url(./NotoSerifKR-Medium.woff2) format('woff2'),
		url(./NotoSerifKR-Medium.woff) format('woff'),
		url(./NotoSerifKR-Medium.otf) format('opentype');
}

/* NotoSansKR : Kor */
@font-face {
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:100;
	src:url(./NotoSansKR-Light.woff2) format('woff2'),
		url(./NotoSansKR-Light.woff) format('woff'),
		url(./NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family:'NotoSansKR';
	font-style:normal;
	font-weight:600;
	src:url(./NotoSansKR-Medium.woff2) format('woff2'),
		url(./NotoSansKR-Medium.woff) format('woff'),
		url(./NotoSansKR-Medium.otf) format('opentype');
}
