/* 品牌字体(BitKirin Brand Guidelines p.20-21):标题 Satoshi,正文 Inter。许可证见 /licenses */
@font-face {
  font-family: "Satoshi";
  src: url("../font/satoshi-var.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/inter-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
