/* -- font-family:"Nunito Sans", sans-serif;			300 / 400 / 500 / 600 / 700 -- */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wdth,wght,YTLC@6..12,75..125,200..1000,440..540&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/* -- font-family:"Hyundai Sans Head", sans-serif;			300 / 400 / 500 / 700 -- */
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('../../../resources/lib/fonts/SCoreDream/S-CoreDream-3Light.woff') format('woff');
     font-weight: 100;
     font-style: normal;
}
@font-face {
    font-family:'S-CoreDream-5Medium';
    src: url('../../../resources/lib/fonts/SCoreDream/S-CoreDream-5Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family:'S-CoreDream-6Bold';
    src: url('../../../resources/lib/fonts/SCoreDream/S-CoreDream-6Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family:'S-CoreDream-7ExtraBold';
    src: url('../../../resources/lib/fonts/SCoreDream/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/* -- font-family:"Pretendard", sans-serif;			300 / 400 / 500 / 600 / 700 -- */
@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), 
		url('../../../resources/lib/fonts/Pretendard/woff2-subset/Pretendard-Bold.subset.woff2') format('woff2'), 
		url('../../../resources/lib/fonts/Pretendard/woff-subset/Pretendard-Bold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), 
		url('../../../resources/lib/fonts/Pretendard/woff2-subset/Pretendard-SemiBold.subset.woff2') format('woff2'), 
		url('../../../resources/lib/fonts/Pretendard/woff-subset/Pretendard-SemiBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), 
		url('../../../resources/lib/fonts/Pretendard/woff2-subset/Pretendard-Medium.subset.woff2') format('woff2'), 
		url('../../../resources/lib/fonts/Pretendard/woff-subset/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), 
		url('../../../resources/lib/fonts/Pretendard/woff2-subset/Pretendard-Regular.subset.woff2') format('woff2'), 
		url('../../../resources/lib/fonts/Pretendard/woff-subset/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), 
		url('../../../resources/lib/fonts/Pretendard/woff2-subset/Pretendard-Light.subset.woff2') format('woff2'), 
		url('../../../resources/lib/fonts/Pretendard/woff-subset/Pretendard-Light.subset.woff') format('woff');
}
