/* pnp 프로젝트 톤앤매너를 따라 Pretendard를 기본 서체로 쓴다(SIL OFL, 자유 재배포 가능한
   오픈소스 폰트). 실제 쓰는 굵기만 로컬로 들여왔다: 400/500/600/700/800. */

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

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

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

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

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: url(/fonts/pretendard/Pretendard-ExtraBold.woff2) format('woff2');
}
