/* 霞鹜文楷字体 - 本地版本 */

@font-face {
    font-family: 'LXGW WenKai';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/woff2/LXGWWenKai-Regular.woff2') format('woff2'),
         url('../fonts/woff/LXGWWenKai-Regular.woff') format('woff'),
         url('../fonts/LXGWWenKai-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'LXGW WenKai';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/woff2/LXGWWenKai-Light.woff2') format('woff2'),
         url('../fonts/woff/LXGWWenKai-Light.woff') format('woff'),
         url('../fonts/LXGWWenKai-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'LXGW WenKai';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/woff2/LXGWWenKai-Medium.woff2') format('woff2'),
         url('../fonts/woff/LXGWWenKai-Medium.woff') format('woff'),
         url('../fonts/LXGWWenKai-Medium.ttf') format('truetype');
}

/* 字体优化 */
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
} 