/* 霞鹜文楷字体专用CSS文件 */

/* 字体文件定义 */
@font-face {
  font-family: 'LXGW WenKai';
  src: url('https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.1.0/lxgwwenkai-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LXGW WenKai';
  src: url('https://cdn.jsdelivr.net/npm/lxgw-wenkai-webfont@1.1.0/lxgwwenkai-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 全局应用 */
html, body {
  font-family: "LXGW WenKai", "霞鹜文楷", "Microsoft YaHei", sans-serif !important;
}

/* 所有文本元素 */
* {
  font-family: inherit !important;
}

/* 代码元素例外 */
code, pre, .highlight, .highlight *, .chroma, .chroma * {
  font-family: "Fira Code", "Consolas", "Monaco", monospace !important;
}