@charset "utf-8";
/*
    Pretendard — 실제 사용하는 5가지 굵기만 배포합니다.

    파일은 scripts/subset-fonts.py 로 서브셋되어 있습니다.
    KS X 1001 한글 2,350자 + 본문에서 쓰는 문자만 담아 한 벌 750KB -> 185KB 입니다.

    주소 뒤 ?v=subset1 은 캐시를 새로 받게 하는 표시입니다.
    폰트 파일을 다시 만들면 이 숫자를 올리고, layout.html 의 preload 주소도 같이 고칩니다.
*/
@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: url(/assets/fonts/pretendard/woff2/Pretendard-ExtraBold.woff2?v=subset1) format('woff2');
}


@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: url(/assets/fonts/pretendard/woff2/Pretendard-Bold.woff2?v=subset1) format('woff2');
}


@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: url(/assets/fonts/pretendard/woff2/Pretendard-SemiBold.woff2?v=subset1) format('woff2');
}


@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: url(/assets/fonts/pretendard/woff2/Pretendard-Medium.woff2?v=subset1) format('woff2');
}


@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: url(/assets/fonts/pretendard/woff2/Pretendard-Regular.woff2?v=subset1) format('woff2');
}


