/*
 * 이 파일은 scripts/subset-fonts.mjs 가 빌드할 때마다 새로 만든다. 직접 고치지 말 것.
 * dist 에 실제로 쓰인 글자(695자, 한글 597자)만 담은 서브셋이다.
 */
@font-face {
  font-family: 'Pretendard Variable';
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url('/fonts/pretendard-subset.woff2') format('woff2-variations');
}
