/**
 * Pretendard Variable — self-hosted (jsdelivr 의존 제거)
 * 원본: https://github.com/orioncactus/pretendard (v1.3.9)
 * 이 CSS 와 woff2 를 내 서버에서 직접 서빙하므로, 외부 CDN 이 느리거나 차단돼도
 * 한글 폰트가 즉시 로드되어 흰 화면/폰트 지연이 발생하지 않는다.
 *
 * 사이트 CSS 가 'Pretendard Variable' 과 'Pretendard' 두 이름을 혼용하므로
 * 같은 폰트를 두 family 이름으로 모두 등록한다.
 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}
