/* Pretendard */
@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), 
    url('../fonts/woff/Pretendard-Black.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), 
    url('../fonts/woff/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), 
    url('../fonts/woff/Pretendard-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), 
    url('../fonts/woff/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), 
    url('../fonts/woff/Pretendard-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), 
    url('../fonts/woff/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), 
    url('../fonts/woff/Pretendard-Light.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), 
    url('../fonts/woff/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), 
    url('../fonts/woff/Pretendard-Thin.woff') format('woff');
}


/* S-CoreDream */
@font-face {
	font-family: 'S-CoreDream';
	font-weight: 100;
	font-display: swap;
	src: local('S-CoreDream-1Thin'),
	url('../fonts/woff/S-CoreDream-1Thin.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 200;
	font-display: swap;
	src: local('S-CoreDream-2ExtraLight'),
	url('../fonts/woff/S-CoreDream-2ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 300;
	font-display: swap;
	src: local('S-CoreDream-3Light'),
	url('../fonts/woff/S-CoreDream-3Light.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 400;
	font-display: swap;
	src: local('S-CoreDream-4Regular'),
	url('../fonts/woff/S-CoreDream-4Regular.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 500;
	font-display: swap;
	src: local('S-CoreDream-5Medium'),
	url('../fonts/woff/S-CoreDream-5Medium.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 600;
	font-display: swap;
	src: local('S-CoreDream-6Bold'),
	url('../fonts/woff/S-CoreDream-6Bold.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 700;
	font-display: swap;
	src: local('S-CoreDream-7ExtraBold'),
	url('../fonts/woff/S-CoreDream-7ExtraBold.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 800;
	font-display: swap;
	src: local('S-CoreDream-8Heavy'),
	url('../fonts/woff/S-CoreDream-8Heavy.woff') format('woff');
}

@font-face {
	font-family: 'S-CoreDream';
	font-weight: 900;
	font-display: swap;
	src: local('S-CoreDream-9Black'),
	url('../fonts/woff/S-CoreDream-9Black.woff') format('woff');
}

/* GmarketSans */
@font-face {
    font-family: 'GmarketSans';
    src: local('GmarketSansLight'),
	url('../fonts/woff/GmarketSansLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: local('GmarketSansMedium'),
	url('../fonts/woff/GmarketSansMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    src: local('GmarketSansBold'),
	url('../fonts/woff/GmarketSansBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}