/* 霞鹜文楷字体 */
@font-face {
  font-family: 'LXGW WenKai';
  src: url('/fonts/LXGWWenKai-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LXGW WenKai';
  src: url('/fonts/LXGWWenKai-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* 应用字体到正文 */
body {
  font-family: 'LXGW WenKai', '霞鹜文楷', 'Klee One', 'STKaiti', 'KaiTi', '楷体', serif;
}

/* 中文优化 */
.Chinese .markdown-body {
  line-height: 200%;
}