/* Inter (google fonts / rsms.me) — 로컬 번들, 오프라인 동작.
 * 실제 바이비트가 쓰는 폰트 계열. 한글은 시스템 폰트로 폴백. */
@font-face{
  font-family:'Inter';
  src:url('fonts/InterVariable.woff2') format('woff2');
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'Inter';
  src:url('fonts/InterVariable-Italic.woff2') format('woff2');
  font-weight:100 900;
  font-style:italic;
  font-display:swap;
}
