@charset "UTF-8";

/* 본고딕 */
@font-face{
	font-family: 'NotoKr';
	font-weight: 200;
	src: url("../fonts/NotoSansCJKkr-Light.woff2") format('woff2'),
	url("../fonts/NotoSansCJKkr-Light.woff") format('woff');
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 300;
	src: url("../fonts/NotoSansCJKkr-DemiLight.woff2") format('woff2'),
	url("../fonts/NotoSansCJKkr-DemiLight.woff") format('woff');
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 500;
	src: url("../fonts/NotoSansCJKkr-Medium.woff2") format('woff2'),
	url("../fonts/NotoSansCJKkr-Medium.woff") format('woff');
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 600;
	src: url("../fonts/NotoSansCJKkr-Bold.woff2") format('woff2'),
	url("../fonts/NotoSansCJKkr-Bold.woff") format('woff');
}

/* 성동고딕 */
@font-face{
	font-family: 'SDGothic';
	font-weight: 600;
	src: url("../fonts/SDGothic-Bold.woff2") format('woff2'),
	url("../fonts/SDGothic-Bold.woff") format('woff');
}

/* 본명조 */
@font-face{
	font-family: 'NotoSerifKr';
	src: url("../fonts/NotoSerifKR-Regular.woff2") format('woff2'),
	url("../fonts/NotoSerifKR-Regular.woff") format('woff');
}

/* Lato 숫자만 사용 */
@font-face{
	font-family: 'NotoKr';
	font-weight: 200;
	src: url("../fonts/Lato-Light.woff2") format('woff2'),
	url("../fonts/Lato-Light.woff") format('woff');
	unicode-range: U+0030-0039;
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 300;
	src: url("../fonts/Lato-Regular.woff2") format('woff2'),
	url("../fonts/Lato-Regular.woff") format('woff');
	unicode-range: U+0030-0039;
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 500;
	src: url("../fonts/Lato-Bold.woff2") format('woff2'),
	url("../fonts/Lato-Bold.woff") format('woff');
	unicode-range: U+0030-0039;
}
@font-face{
	font-family: 'NotoKr';
	font-weight: 600;
	src: url("../fonts/Lato-Bold.woff2") format('woff2'),
	url("../fonts/Lato-Bold.woff") format('woff');
	unicode-range: U+0030-0039;
}
