/* 自托管字体回退：Google Fonts 不可用时使用系统字体 */
/* 等字体文件下载后替换 url 为本地路径 */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: local('Sora'), local('Sora-Regular');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: local('Inter'), local('Inter-Regular');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: local('JetBrains Mono'), local('JetBrainsMono-Regular');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: local('Noto Sans SC'), local('NotoSansSC-Regular');
}
