/* 字体回退方案 */
:root {
    --main-font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 应用字体 */
body {
    font-family: var(--main-font-family);
}