/* 폰트 self-host (CDN 미사용). tokens.css 의 --font-sans/--font-mono 와 이름 일치. */

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

@font-face {
  font-family: "JetBrains Mono";
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
  /* 라틴(영숫자) 서브셋 — 한글은 Pretendard 로 폴백(토큰 정의) */
  src: url("fonts/JetBrainsMono-latin-wght.woff2") format("woff2-variations");
}
