/* Self-hosted fonts — bundled with app to avoid GFW blocking.
   Latin: Apple system fonts (-apple-system). CJK: PingFang SC.
   Inter removed — not needed on Apple platforms. */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('/fonts/jetbrains-mono.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/caveat.woff2') format('woff2');
}
