@charset "UTF-8";

/********************************************************
 Pretendard — 나리야 폰트 자산 등록 (self-host)
 출처: orioncactus/pretendard v1.3.9 (npm 정식 배포본 static woff2)
 파일: ./Pretendard/Pretendard-*.woff2 (서버 직접 호스팅, 외부 CDN 미사용)
 사용처: 프론트 SE 메인페이지(.se-main)·프로필 모달, 관리자 페이지
 NEXON_Lv2_Gothic.css 와 동일한 나리야 폰트 등록 규칙을 따름.
********************************************************/

@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-Thin.woff2') format('woff2');       font-weight:100; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-ExtraLight.woff2') format('woff2'); font-weight:200; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-Light.woff2') format('woff2');      font-weight:300; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-Regular.woff2') format('woff2');    font-weight:400; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-Medium.woff2') format('woff2');     font-weight:500; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-SemiBold.woff2') format('woff2');   font-weight:600; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-Bold.woff2') format('woff2');       font-weight:700; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-ExtraBold.woff2') format('woff2');  font-weight:800; font-display:swap; }
@font-face { font-family:'Pretendard'; src:url('./Pretendard/Pretendard-Black.woff2') format('woff2');      font-weight:900; font-display:swap; }
