/* 사이트 본문 글꼴 — 앱(apps/web/src/styles.css)과 같은 것을 정적 페이지에서도 쓴다.
   이 파일이 없으면 정적 페이지는 CSS 에 Pretendard 라고 적혀 있어도 파일을 받지 않아
   운영체제 기본 글꼴로 그려진다(맥 Apple SD Gothic Neo · 윈도우 맑은 고딕).
   실측으로 확인한 뒤 만든 파일이다. 앱과 같은 URL 이라 캐시를 함께 쓴다. */
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/PretendardVariable.woff2") format("woff2-variations");
}
