@charset "utf-8";

/***********
 * Pretendard
 ***********/
 @font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 200;
	src: url('../css/font/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: normal;
	src: url('../css/font/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url('../css/font/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family:'Pretendard';
	font-style: normal;
	font-weight: 800;
	src: url('../css/font/Pretendard-Bold.woff') format('woff');
}

/***********
 * Play
 ***********/
 @font-face {
	font-family:'Play';
	font-style: normal;
	font-weight: normal;
	src: url('../css/font/Play-Regular.woff') format('woff');
}

@font-face {
	font-family:'Play';
	font-style: normal;
	font-weight: 800;
	src: url('../css/font/Play-Bold.woff') format('woff');
}

/***********
 * GmarketSans
 ***********/
 @font-face {
	font-family:'GmarketSans';
	font-style: normal;
	font-weight: 200;
	src: url('../css/font/GmarketSansTTFLight.woff') format('woff');
}

@font-face {
	font-family:'GmarketSans';
	font-style: normal;
	font-weight: 600;
	src: url('../css/font/GmarketSansTTFMedium.woff') format('woff');
}

@font-face {
	font-family:'GmarketSans';
	font-style: normal;
	font-weight: 800;
	src: url('../css/font/GmarketSansTTFBold.woff') format('woff');
}

/***********
 * Montserrat
 ***********/
 @font-face {
	font-family:'Montserrat';
	font-style: normal;
	font-weight: normal;
	src: url('../css/font/Montserrat-Regular.woff') format('woff');
}

 @font-face {
	font-family:'Montserrat';
	font-style: normal;
	font-weight: 800;
	src: url('../css/font/Montserrat-ExtraBold.woff') format('woff');
}

/* Suit */
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}