/* 本地 Inter 字体 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/vendor/fonts/Inter-Regular.ttf') format('truetype');
}

/* 本地 JetBrains Mono 字体 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/vendor/fonts/JetBrainsMono-Regular.ttf') format('truetype');
}
