@font-face {
  font-family: "rajdhani";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/rajdhani/regular.woff") format("woff");
}

@font-face {
  font-family: "rajdhani";
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/rajdhani/medium.woff") format("woff");
}

@font-face {
  font-family: "rajdhani";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/rajdhani/bold.woff") format("woff");
}

@font-face {
  font-family: "GRyuminPro";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/ja/G-OTF-GRyuminPro-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "GRyuminPro";
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/ja/G-OTF-GRyuminPro-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "GRyuminPro";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/ja/G-OTF-GRyuminPro-Bold.woff2") format("woff2");
}

/* 日语内容切换到 GRyuminPro */
:lang(ja) {
  font-family: "GRyuminPro", "rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, "Microsoft YaHei", Arial, sans-serif;
}





html body {
  --theme-font-family: "rajdhani", "GRyuminPro", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, "Microsoft YaHei", Arial, sans-serif;
}