/* Pretendard 가변폰트 self-host — CDN(jsDelivr) 의존 제거(사내망 차단 대비). */
@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: local('Pretendard Variable'), url('/fonts/PretendardVariable.woff2') format('woff2-variations');
}
