@font-face {
  font-family: "poppins";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/poppins/regular.woff") format("woff");
}

@font-face {
  font-family: "poppins";
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/poppins/medium.woff") format("woff");
}

@font-face {
  font-family: "poppins";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/poppins/medium.woff") format("woff");
}





html body {
  --theme-font-family: "poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, "Microsoft YaHei", Arial, sans-serif;
}