@font-face {
  font-family: "Roboto1";
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/fonts/roboto/Roboto-Regular.woff")
    format("woff");
}

@font-face {
  font-family: "Roboto1";
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/fonts/roboto/Roboto-Medium.woff")
    format("woff");
}

@font-face {
  font-family: "Roboto1";
  font-weight: bold;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/fonts/roboto/Roboto-Bold.woff")
    format("woff");
}

html body {
  --theme-font-family: "Roboto1", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Roboto, "Microsoft YaHei", Arial, sans-serif;
}
