/* Pretendard Variable — 셀프호스팅 (jsdelivr CDN 의존 제거, SIL OFL 1.1)
   기존 CDN css는 'Pretendard' 패밀리(정적 웨이트)였음 → 변수폰트 1파일로 동일 패밀리명 제공 */
@font-face {
  font-family: "Pretendard";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("/vendor/pretendard/PretendardVariable.woff2") format("woff2-variations");
}
