/*
 * Pretendard (variable, self-hosted) — OFL 1.1 © Kil Hyung-jin
 * https://github.com/orioncactus/pretendard
 * 단일 변수폰트(weight 45~920) 한 파일로 전 굵기 커버. CSP font-src 'self' 로 동일출처 로드.
 * 서빙: /vendor-static/fonts/pretendard/PretendardVariable.woff2 (= uploads/vendor/fonts/pretendard/).
 */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('/vendor-static/fonts/pretendard/PretendardVariable.woff2') format('woff2');
}
