/* ==========================================================
   폰트 self-host — Pretendard Variable + JetBrains Mono.
   고객 web(web/src/styles/fonts.css)과 동일 규격으로 정렬(D-45·D-73).
   starter 잔재(Spoqa Han Sans Neo·KTL·KTB)를 제거했다 — design-kit 표준은 Pretendard.
   CDN 금지(05 §2-5). 파일은 public/fonts/.
   ========================================================== */

@font-face {
  font-family: "Pretendard Variable";
  src: url("/fonts/PretendardVariable.woff2") format("woff2-variations");
  font-weight: 45 920;   /* 가변 폰트 축 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/JetBrainsMono.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/fonts/JetBrainsMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
