/* JetBrains Mono - 本地加载 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-400.ttf') format('truetype');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-700.ttf') format('truetype');
}

/* Noto Sans SC - 使用系统字体回退，无需外部加载 */
/* 系统字体优先级：macOS/iOS PingFang SC > Windows 微软雅黑 > 其他 */