@charset "UTF-8";

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	src: url('/resource/fonts/Pretendard-Light.woff') format('woff');
}

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

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

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

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

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	src: url('/resource/fonts/Pretendard-ExtraBold.woff') format('woff');
}

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