/**
 * Pretendard Variable (SIL OFL 1.1 — orioncactus/pretendard)
 * 셀프호스팅: 전체 웨이트(45~920)를 변수 폰트 1파일로 처리
 * WordPress 이관 시: 이 파일 + woff2 를 테마 assets/fonts 에 그대로 복사
 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}
