/* 声明字体 */
@font-face {
  font-family: 'LXGW WenKai Lite';
  src: url('/font/LXGWWenKaiGBLite-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* 全局应用字体 */
body {
  font-family: 'LXGW WenKai Lite', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
}

/* 代码块使用等宽字体 */
code, pre, kbd {
  font-family: 'JetBrains Mono', 'Consolas', 'Courier New', monospace;
}