@charset "UTF-8";
@font-face {
  font-family: "MiSans";
  src: url("../fonts/MiSans-REGULAR.TTF");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 这个属性可以控制字体加载期间的显示行为 */
}
body {
  color: #333;
  font-family: "MiSans";
}
body::-webkit-scrollbar {
  display: none;
}

:root {
  --theme: #043793;
  --active: #043793;
}