/* =============================================================================
   Pretendard 자체 호스팅 (가변 폰트)
   -----------------------------------------------------------------------------
   OS 설치 여부와 무관하게 동일한 본문 글꼴을 보장한다. 가변 폰트 1개 파일로
   45~920 굵기 전 범위를 커버(--fw-regular~extrabold 모두 단일 파일에서 해석).
   기준: /guide/design-system.html 의 Pretendard @font-face.
   ※ font-display:swap — 받는 동안 폴백으로 즉시 표시 후 교체(FOUT, 깜빡임 방지).
   ============================================================================= */
@font-face {
  font-family: "Pretendard";
  src: url("/fonts/PretendardVariable.woff2") format("woff2-variations");
  font-weight: 45 920; /* 가변 폰트 굵기 범위 */
  font-style: normal;
  font-display: swap;
}
