@charset "UTF-8";



@font-face{
	font-family:"Pretendard";
	font-style:normal;
	font-weight:200;
	src: url('../font/Pretendard-Light.subset.woff2') format('woff2'),
		 url('../font/Pretendard-Light.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 300;
	src: url('../font/Pretendard-Regular.subset.woff2') format('woff2'),
		 url('../font/Pretendard-Regular.subset.woff') format('woff');
}
 
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	src: url('../font/Pretendard-Medium.subset.woff2') format('woff2'),
		 url('../font/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 600;
	src: url('../font/Pretendard-SemiBold.subset.woff2') format('woff2'),
		 url('../font/Pretendard-SemiBold.subset.woff') format('woff');
}
 
@font-face {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 700;
	src: url('../font/Pretendard-Bold.subset.woff2') format('woff2'),
		 url('../font/Pretendard-Bold.subset.woff') format('woff');
}

