/**
 * 고객사 제공 웹폰트: 아래 경로에 실제 파일명으로 맞춰 넣은 뒤,
 * 파일명이 다르면 url(...)만 수정하면 됨.
 * 배치 위치 예: src/main/webapp/share/fonts/kopup/
 * 브라우저 URL: /share/fonts/kopup/파일명.woff2
 */
@font-face {
	font-family: 'Kopup Dotum';
	font-style: normal;
	font-weight: 400;
	src: url('/share/fonts/kopup/KoPubDotum-Light.woff2') format('woff2');		
	font-display: swap;
}

@font-face {
	font-family: 'Kopup Dotum';
	font-style: normal;
	font-weight: 500;
	src: url('/share/fonts/kopup/KoPubDotum-Medium.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Kopup Dotum';
	font-style: normal;
	font-weight: 700;
	src: url('/share/fonts/kopup/KoPubDotum-Bold.woff2') format('woff2');
	font-display: swap;
}
