@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: fallback;
	src: local('Pretendard Medium'),
         url('../fonts/Pretendard-Medium.woff2') format('woff2'),
         url('../fonts/Pretendard-Medium.woff') format('woff'),
         url('../fonts/Pretendard-Medium.otf') format('otf'),
         url('../fonts/Pretendard-Medium.ttf') format('ttf');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: fallback;
	src: local('Pretendard Bold'),
         url('../fonts/Pretendard-Bold.woff2') format('woff2'),
         url('../fonts/Pretendard-Bold.woff') format('woff'),
         url('../fonts/Pretendard-Bold.otf') format('otf'),
         url('../fonts/Pretendard-Bold.ttf') format('ttf');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: fallback;
	src: local('Pretendard Black'),
         url('../fonts/Pretendard-Black.woff2') format('woff2'),
         url('../fonts/Pretendard-Black.woff') format('woff'),
         url('../fonts/Pretendard-Black.otf') format('otf'),
         url('../fonts/Pretendard-Black.ttf') format('ttf');
}