/* Self-hosted Chinese fonts so the landing page does not depend on third-party font CDNs. */
@font-face {
  font-family: "Source Han Sans SC";
  src: url("../webfonts/source-han-sans-sc-regular.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Source Han Sans SC";
  src: url("../webfonts/source-han-sans-sc-bold.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "LXGW WenKai";
  src: url("../webfonts/lxgw-wenkai-medium.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

body {
  font-family: "Source Han Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif !important;
}

h1, h2, h3, .brand {
  font-family: "LXGW WenKai", "Source Han Sans SC", sans-serif !important;
}
