@charset "utf-8";

/* font */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: url('../fonts/Pretendard-Black.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/Pretendard-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/Pretendard-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Pretendard-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/Pretendard-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/Pretendard-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Pretendard-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: url('../fonts/Pretendard-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: url('../fonts/Pretendard-Thin.ttf') format('truetype');
}


/* 땅스 부대찌개 */
@font-face {
	font-family: 'Ttangsbudaejjigae';
	font-weight: 100;
	font-display: swap;
	src: url('../fonts/Ttangsbudaejjigae-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Ttangsbudaejjigae';
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/Ttangsbudaejjigae-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Ttangsbudaejjigae';
	font-weight: 600;
	font-display: swap;
	src: url('../fonts/Ttangsbudaejjigae-Bold.ttf') format('truetype');
}

/* 정선아리랑 */
@font-face {
	font-family: 'JS Arirang';
	font-weight: 100;
	font-display: swap;
	src: url('../fonts/JSArirang.ttf') format('truetype');
}