/*
 * Pretendard Variable — 오프라인 로컬 폰트
 * 원본: https://github.com/orioncactus/pretendard (v1.3.9, OFL-1.1)
 * 인터넷이 없는 데모 현장에서도 폰트가 뜨도록 CDN 대신 로컬 woff2 를 사용한다.
 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard/PretendardVariable.woff2') format('woff2-variations');
}
