@font-face {
  font-family: "Maple Mono CN";
  src: url("./fonts/MapleMono-CN-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --maple-mono-cn-font: "Maple Mono CN", "Microsoft YaHei", sans-serif;
}

html,
body {
  font-family: var(--maple-mono-cn-font);
}

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