
@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: "Zen Kaku Gothic New";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/ja/ZenKakuGothic-Regular.woff2") format("woff2");
  unicode-range:
    U+3000-303F,
    U+3040-309F, 
    U+30A0-30FF,
    U+31F0-31FF,
    U+4E00-9FFF, 
    U+3400-4DBF, 
    U+20000-2A6DF,
    U+2A700-2B73F,
    U+2B740-2B81F,
    U+2B820-2CEAF,
    U+2CEB0-2EBEF;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/ja/ZenKakuGothic-Medium.woff2") format("woff2");
  unicode-range:
    U+3000-303F,
    U+3040-309F,
    U+30A0-30FF,
    U+31F0-31FF,
    U+4E00-9FFF,
    U+3400-4DBF,
    U+20000-2A6DF,
    U+2A700-2B73F,
    U+2B740-2B81F,
    U+2B820-2CEAF,
    U+2CEB0-2EBEF;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://static.bizseas.com/assets/fonts/ja/ZenKakuGothic-Bold.woff2") format("woff2");
  unicode-range:
    U+3000-303F,
    U+3040-309F,
    U+30A0-30FF,
    U+31F0-31FF,
    U+4E00-9FFF,
    U+3400-4DBF,
    U+20000-2A6DF,
    U+2A700-2B73F,
    U+2B740-2B81F,
    U+2B820-2CEAF,
    U+2CEB0-2EBEF;
}



:lang(ja) {
  font-family: "Zen Kaku Gothic New", "rajdhani", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, "Microsoft YaHei", Arial, sans-serif;
}

html body {
  --theme-font-family: "rajdhani", "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Roboto, "Microsoft YaHei", Arial, sans-serif;
}