@charset "utf-8";

/*------------------------------------*\
	FONT
	- 폰트

\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');
/*
@import url('https://webfontworld.github.io/gmarket/GmarketSans.css');
@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');
*/

@font-face {
	font-family:"Proxima";
	font-style:normal;
	font-weight:300;
	src:url("../../font/Proxima-Nova-Light.woff") format("woff");
}
@font-face {
	font-family:"Proxima";
	font-style:normal;
	font-weight:500;
	src:url("../../font/Proxima-Nova-Semibold.woff") format("woff");
}
@font-face {
	font-family:"Proxima";
	font-style:normal;
	font-weight:700;
	src:url("../../font/Proxima-Nova-Bold.woff") format("woff");
}
@font-face {
    font-family: "GmarketSans";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "GmarketSans";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "nanumsquare";
    src: url("../../font/NanumSquareR.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "nanumsquare";
    src: url("../../font/NanumSquareB.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
	font-family: 'NanumSquareRound';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TmoneyRoundWindExtraBold';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/TmoneyRoundWindExtraBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cafe24Shiningstar';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}