/* @font-face {
  font-family: "Alibaba-Regular";
  src: url("/static/home/fonts/Alibaba-PuHuiTi-Regular.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */
body {
    color: #333;
}

:root {
    --theme: #2d6ccf;
    --active: #2d6ccf;
    --active1: #154a9a;
}