@font-face {
    font-family: 'CuYuan';
    src: url('../fonts/CuYuan.ttf') format('truetype');
}

:root {
    font-family: 'CuYuan', 'Microsoft YaHei', '微软雅黑';
}