@font-face {
    font-family: source-cn;
    src:url("/assets/fonts/SourceHanSerifCN-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: source-cn;
    src:url("/assets/fonts/SourceHanSerifCN-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: source-cn;
    src:url("/assets/fonts/SourceHanSerifCN-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: source-cn, "Source Han Serif CN", serif;
    color: #fff;
}

a {
    text-decoration: none;
    outline: none;
}