/* 鸿蒙字体 */
@font-face {
    font-family: 'HarmonyOS Sans SC';
    src: url("https://www.tnmpressurewashing.com/fonts/HarmonyOS_Sans_SC_Medium.woff2") format('woff2'),
         url("https://www.tnmpressurewashing.com/fonts/HarmonyOS_Sans_SC_Medium.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block; /* 修改点：从 swap 改为 block */
}

/* 阿里妈妈数黑体 */
@font-face {
    font-family: 'Alimama ShuHeiTi';
    src: url("https://www.tnmpressurewashing.com/fonts/AlimamaShuHeiTi-Bold.woff2") format('woff2'),
         url("https://www.tnmpressurewashing.com/fonts/AlimamaShuHeiTi-Bold.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block; /* 修改点：从 swap 改为 block */
}

/* 方正颜宋简体 */
@font-face {
    font-family: 'FZYanSongS-M-GB';
    src: url("https://www.tnmpressurewashing.com/fonts/FZYanSJW_Zhun.woff2") format('woff2'),
         url("https://www.tnmpressurewashing.com/fonts/FZYanSJW_Zhun.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block; /* 修改点：从 swap 改为 block */
}

/* 思源黑体 常规 */
@font-face {
    font-family: 'Source Han Sans CN';
    src: url("https://www.tnmpressurewashing.com/fonts/SourceHanSansCN-Regular.woff2") format('woff2'),
         url("https://www.tnmpressurewashing.com/fonts/SourceHanSansCN-Regular.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block; /* 修改点：从 swap 改为 block */
}
