/* body {
    font-family: "KaiTi", "Arial", sans-serif !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* 确保标题等元素字体也能应用 
a, h1, h2, h3, h4, h5, h6, p, li, span, div {
    font-family: "KaiTi", "Arial", sans-serif !important;
} */

body {
    font-family: "Times New Roman", sans-serif !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* 确保标题等元素字体也能应用 */
a, h1, h2, h3, h4, h5, h6, p, li, span, div {
    font-family: "Times New Roman", sans-serif !important;
}