/*
 * MiSans by Xiaomi.
 * Official source and license: https://hyperos.mi.com/font/zh/download/
 * The embedded font files are used without modification.
 */
@font-face {
  font-family: "MiSans";
  src: url("/fonts/MiSans-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("/fonts/MiSans-Semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "MiSans";
  src: url("/fonts/MiSans-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --font-inter: "MiSans", "PingFang SC", "Microsoft YaHei", sans-serif;
}

html,
body,
button,
input,
textarea,
select {
  font-family: "MiSans", "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

pre,
code,
kbd,
samp,
.font-mono {
  font-family: var(--font-jetbrains-mono), ui-monospace, SFMono-Regular,
    Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
