@font-face {
    font-family: 'LSTY-Yi-Black';
    src: url('/fonts/lingyi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 别名：兼容旧代码引用 'YiTongyong' */
@font-face {
    font-family: 'YiTongyong';
    src: url('/fonts/lingyi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.yi-text {
    font-family: 'LSTY-Yi-Black', 'YiTongyong', sans-serif !important;
}

.yi-font {
    font-family: 'LSTY-Yi-Black', 'YiTongyong', sans-serif !important;
}
