@charset "utf-8";

@font-face {
	font-family: Pretendard;
	font-weight: 300;
	src: url(/resources/fonts/woff/Pretendard-ExtraLight.woff) format('woff'), url(/resources/fonts/woff2/Pretendard-ExtraLight.woff2) format('woff2');
}

@font-face {
	font-family: Pretendard;
	font-weight: 400;
	src: url(/resources/fonts/woff/Pretendard-Regular.woff) format('woff'), url(/resources/fonts/woff2/Pretendard-Regular.woff2) format('woff2');
}

@font-face {
	font-family: Pretendard;
	font-weight: 500;
	src: url(/resources/fonts/woff/Pretendard-Medium.woff) format('woff'), url(/resources/fonts/woff2/Pretendard-Medium.woff2) format('woff2');
}

@font-face {
	font-family: Pretendard;
	font-weight: 600;
	src: url(/resources/fonts/woff/Pretendard-SemiBold.woff) format('woff'), url(/resources/fonts/woff2/Pretendard-SemiBold.woff2) format('woff2');
}

@font-face {
	font-family: Pretendard;
	font-weight: 700;
	src: url(/resources/fonts/woff/Pretendard-Bold.woff) format('woff'), url(/resources/fonts/woff2/Pretendard-Bold.woff2) format('woff2');
}

@font-face {
	font-family: Pretendard;
	font-weight: 900;
	src: url(/resources/fonts/woff/Pretendard-Black.woff) format('woff'), url(/resources/fonts/woff2/Pretendard-Black.woff2) format('woff2');
}