/* Pretendard GOV Variable — 셀프호스팅 @font-face (외부 CDN 요청 없음).
   원본: https://github.com/orioncactus/pretendard @v1.3.9 (packages/pretendard-gov)
   동적 서브셋 CSS(수백 개 CDN 조각) 대신 단일 가변 woff2 하나로 로컬 서빙 →
   브라우저 Tracking Prevention 경고 제거 + 제3자 CDN 접속 제거.
   font-family 이름은 theme.css의 --font 스택과 반드시 일치시킬 것. */
@font-face {
  font-family: 'Pretendard GOV Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('PretendardGOVVariable.woff2') format('woff2-variations');
}
