/* Pretendard Variable — 자체 호스팅 (한국어 UI 표준 폰트).
   가변폰트 단일 파일로 45~920 weight 전 구간 커버. 원본: orioncactus/pretendard v1.3.9.
   fallback: Noto Sans KR (noto-sans-kr.css) → system. */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}
