/* 霞鹜文楷 (LXGW WenKai) */
/* 开源手写风格中文字体,覆盖完整的拼音、汉字、字符集 */
/* 适用于拼音教学(单层 a/g),笔画清晰,风格接近铅笔手写 */

/* LXGW WenKai Regular (Mappings to Lite version for compatibility) */
@font-face {
    font-family: 'LXGW WenKai';
    src: url('/fonts/LXGWWenKaiLite-Regular.woff2') format('woff2'),
        url('/fonts/LXGWWenKaiLite-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 备用:LXGW WenKai Lite (更小的体积) */
@font-face {
    font-family: 'LXGW WenKai Lite';
    src: url('/fonts/LXGWWenKaiLite-Regular.woff2') format('woff2'),
        url('/fonts/LXGWWenKaiLite-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ========================================== */
/* Arphic PL KaitiM GB - 笔顺专用字体 */
/* 与 hanzi-writer 库使用的字体数据来源一致 */
/* 用于笔顺模块的描红和汉字显示 */
/* ========================================== */

@font-face {
    font-family: 'AR PL KaitiM GB';
    src: url('/fonts/gkai00mp.woff2') format('woff2'),
        url('/fonts/gkai00mp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 别名 - 方便使用 */
@font-face {
    font-family: 'Arphic Kaiti';
    src: url('/fonts/gkai00mp.woff2') format('woff2'),
        url('/fonts/gkai00mp.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}