@font-face {
  font-family: "Massenan Source Han Serif CMS";
  src: url("/fonts/massenan-source-han-serif-site.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range:
    U+2E80-2FDF, U+3000-303F, U+31C0-31EF, U+3400-4DBF, U+4E00-9FFF, U+F900-FAFF, U+FE10-FE1F,
    U+FE30-FE4F, U+FF00-FFEF, U+20000-2FA1F;
}

@font-face {
  font-family: "MiSans Latin CMS";
  src: url("/fonts/misans-latin-site.woff2") format("woff2");
  font-weight: 150 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

:where(
  html,
  body,
  body *,
  button,
  input,
  textarea,
  select,
  ::placeholder,
  body *::before,
  body *::after
) {
  font-family:
    "Massenan Source Han Serif CMS", "MiSans Latin CMS", "Source Han Sans CN", "Noto Sans SC",
    "Microsoft YaHei", sans-serif !important;
}
