/* 2025/05/30 */
/* ============ font ============ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://font.elice.io/css?family=Elice+Digital+Baeum");

/* 스포카 한 산스 네오 { font-family: 'Spoqa Han Sans Neo', sans-serif } */
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");

@font-face {
	font-family: "Elice Digital Baeum", sans-serif;
	/* src: url("https://font.elice.io/EliceDigitalBaeum.woff2") format("woff2"); */
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_elice@1.0/EliceDigitalBaeum.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@import url("https://hangeul.pstatic.net/hangeul_static/css/nanum-square.css");

/* 잘난체 */
@font-face {
	font-family: "yg-jalnan";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* Pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

.f_pretendard {
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
		"Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

/* G마켓산스 */
@font-face {
	font-family: "GmarketSansLight";
	font-weight: 300;
	src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GmarketSansMedium";
	font-weight: 500;
	src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "GmarketSansBold";
	font-weight: 700;
	src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
	font-style: normal;
	font-display: swap;
}
