@charset "UTF-8";

/*------------------------------------*\
	우선순위 낮은 폰트
\*------------------------------------*/

/* 본고딕 */
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:100;
	src:url('../font/NotoSansKR-Thin-Hestia.woff2') format('woff2');
	font-display: swap;
}

/* Proxima Nova - 300, 400, 500, 700 */
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:300;
	src:url('../font/Proxima-Nova-Light.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:400;
	src:url('../font/Proxima-Nova-Regular.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:500;
	src:url('../font/Proxima-Nova-Semibold.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family:'Proxima Nova';
	font-style:normal;
	font-weight:700;
	src:url('../font/Proxima-Nova-Bold.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:400;
	src:url('../font/NotoSansKR-Regular-Hestia.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:500;
	src:url('../font/NotoSansKR-Medium-Hestia.woff2') format('woff2');
	font-display: swap;
}
@font-face {
	font-family:'Noto Sans';
	font-style:normal;
	font-weight:700;
	src:url('../font/NotoSansKR-Bold-Hestia.woff2') format('woff2');
	font-display: swap;
}