/* 自定义字体定义 */

@font-face {
    font-family: 'KNYuanmo';
    src: url('../fonts/KNYuanmo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 优化字体加载性能 */
}

/* 字体回退方案 */
.kn-font {
    font-family: 'KNYuanmo', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'SimSun', sans-serif;
}

/* 首页专用字体样式 */
.home-title-font {
    font-family: 'KNYuanmo', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'SimSun', sans-serif;
    font-weight: normal; /* KNYuanmo字体本身已经有合适的粗细 */
}

/* 标题字体样式 */
.section-title-font {
    font-family: 'KNYuanmo', 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'SimSun', sans-serif;
    font-weight: normal;
}
