@charset "UTF-8";

/* Pretendard 통합 폰트 정의 (font-display: swap — FOIT 방지) */
@font-face {
	font-family: 'Pretendard';
	src: url('/include/fonts/pretendard/fonts/Pretendard-Regular.woff2') format('woff2');
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('/include/fonts/pretendard/fonts/Pretendard-Bold.woff2') format('woff2');
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('/include/fonts/pretendard/fonts/Pretendard-Bold.woff2') format('woff2');
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: 'Pretendard';
	src: url('/include/fonts/pretendard/fonts/Pretendard-Bold.woff2') format('woff2');
	font-weight: 800;
	font-display: swap;
}
