/* 번들에 넣은 본문 서체.
   ⚠️ 예전엔 CDN 에서 받았는데, 앱은 오프라인에서도 도는 게 요구사항이라
      인터넷이 없으면 서체가 통째로 빠졌다. APK 안에 넣어 그 의존을 끊는다. */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}
