/* ══ 灰熊公共字体库 ══
   引用方式：<link rel="stylesheet" href="/fonts/fonts.css">
   中文正文：NotoSansSC
   中文衬线：NotoSerifSC
   等宽/代码：JetBrainsMono
   西文无衬线：Inter
*/

@font-face {
  font-family: 'NotoSansSC';
  src: url('/fonts/NotoSansSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSerifSC';
  src: url('/fonts/NotoSerifSC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'JetBrainsMono';
  src: url('/fonts/JetBrainsMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
