/* 자가호스팅 웹폰트 (2026-07-20) — 기존 jsdelivr 핫링크 제거, 우리 도메인에서 직접 서빙.
 *   · 외부 런타임 의존 0 (CDN 장애·@latest 파일변경에 영향 없음)
 *   · Variable woff2 단일 파일로 전 굵기(Pretendard 45~920 · SUIT 100~900) 커버
 *   · family명은 기존 사이트 CSS(font-family:'SUIT','Pretendard')와 일치시킴 — 'Variable' 접미사를 뗌
 *   · 라이선스: SIL Open Font License 1.1 (자가호스팅 허용). 각 *.LICENSE.txt 동봉.
 *       Pretendard © Kil Hyung-jin (orioncactus/pretendard) / SUIT © SUNN (sun-typeface/SUIT)
 */
@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/PretendardVariable.woff2') format('woff2-variations'),
       url('/fonts/PretendardVariable.woff2') format('woff2');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/SUIT-Variable.woff2') format('woff2-variations'),
       url('/fonts/SUIT-Variable.woff2') format('woff2');
}
