/* Shared type system for the Xinghai static site. */
html,
body,
p,
span,
div,
a,
li,
label,
small,
figcaption,
td,
th {
  font-family: Poppins-Regular, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
button,
input[type="submit"],
input[type="button"],
.font-semibold,
.font-bold {
  font-family: Poppins-SemiBold, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}

nav,
button,
input,
select,
textarea,
.button,
.Button,
.nav-title-level1,
.nav-title-level2 {
  font-family: Poppins-Medium, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
