:root {
  --theme: #000;
  --active: #000;
}
@font-face {
  font-family: "Poppins";
  src: url(/static/home/fonts/Poppins-Regular.ttf);
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 这个属性可以控制字体加载期间的显示行为 */
}
body {
  font-family: "Poppins";
}