@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;500;600;700;900&display=swap');

:root {
    --gk-site-font: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "STSong", serif;
}

html,
body {
    font-family: var(--gk-site-font) !important;
}

body *,
button,
input,
select,
textarea {
    font-family: inherit !important;
}
