/* ============================================================
   Glow Design — Pretendard Variable (WOFF2, 단일 소스)
   ============================================================
   FEAT-FONT-CONSOLIDATE-001 (2026-07): 기존 9-weight TTF(총 24MB) →
   Variable woff2(1.96MB) 1파일로 통합. 전 weight(45~920)를 한 파일로 커버.
   base.html / _v2/layout.html 모두 이 파일 하나만 링크 → 폰트 정의 단일화.
   font-display: swap — 로드 전 시스템 폴백(FOIT 방지). */

@font-face {
  font-family: 'Pretendard';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/static/fonts/PretendardVariable.woff2') format('woff2');
}
