/* 셀프호스트 폰트 — 둘 다 SIL Open Font License 1.1
   Pretendard Variable (길형진/orioncactus) — 이 사이트에 실제로 쓰인 글자만 서브셋
   🔴 서브셋은 **빌드가 매번 다시 뜬다**(build.py 끝의 _subset_font). 원본은 fonts/pretendard-src.woff2.
      그래서 /admin에서 문구를 아무리 고쳐도 «그 글자만 서체가 다른» 일이 안 생긴다. 손으로 뜨지 말 것.
   MC Wordmark (Outfit 400 서브셋, Smartsheet Inc. 외) — 워드마크의 M I C H A N G 일곱 자뿐 */
@font-face {
  font-family: "Pretendard Variable";
  src: url("/fonts/pretendard-sub.woff2") format("woff2-variations");
  font-weight: 45 920; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "MC Wordmark";
  src: url("/fonts/wordmark.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
