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