@font-face {
  font-family: "Noto Sans SC";
  src: url("/static/fonts/noto-sans-sc/noto-sans-sc-chinese-simplified-400-normal.woff2?v=95e3633b6a98") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("/static/fonts/noto-sans-sc/noto-sans-sc-chinese-simplified-500-normal.woff2?v=885f52ca6a25") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("/static/fonts/noto-sans-sc/noto-sans-sc-chinese-simplified-600-normal.woff2?v=578fb41a3dc2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Noto Sans SC";
  src: url("/static/fonts/noto-sans-sc/noto-sans-sc-chinese-simplified-700-normal.woff2?v=e1df51edc00b") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --font-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-family: var(--font-sans);
}

html {
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-sans);
  text-rendering: geometricPrecision;
}

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