@charset "UTF-8";

/********************************************************
 Noto Sans KR — 나리야 폰트 자산 등록 (self-host)
 출처: Google Fonts / google-webfonts-helper (korean,latin woff2)
 사용처: 프론트 SE 메인페이지 제목(--font-heading) 및 본문 폴백
 weight 400/500/600/700/800 (실사용 weight만, 900 제외). 외부 CDN 미사용.
********************************************************/

@font-face { font-family:'Noto Sans KR'; src:url('./NotoSansKR/NotoSansKR-400.woff2') format('woff2'); font-weight:400; font-style:normal; font-display:swap; }
@font-face { font-family:'Noto Sans KR'; src:url('./NotoSansKR/NotoSansKR-500.woff2') format('woff2'); font-weight:500; font-style:normal; font-display:swap; }
@font-face { font-family:'Noto Sans KR'; src:url('./NotoSansKR/NotoSansKR-600.woff2') format('woff2'); font-weight:600; font-style:normal; font-display:swap; }
@font-face { font-family:'Noto Sans KR'; src:url('./NotoSansKR/NotoSansKR-700.woff2') format('woff2'); font-weight:700; font-style:normal; font-display:swap; }
@font-face { font-family:'Noto Sans KR'; src:url('./NotoSansKR/NotoSansKR-800.woff2') format('woff2'); font-weight:800; font-style:normal; font-display:swap; }
