/* Hanken Grotesk — Google Fonts, SIL OFL 1.1 · 本地化，断网可用 */
@font-face {
  font-family: "Hanken Grotesk";
  src: url("hanken-grotesk.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

/* 门扉 Lottie 数据里引用的是原站字体名（Indivisible / Indivisible-Medium），
   统一映射到 Hanken Grotesk，门扉文字无需改动 JSON 即可自动切换字体 */
@font-face {
  font-family: "Indivisible";
  src: url("hanken-grotesk.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Indivisible-Medium";
  src: url("hanken-grotesk.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}

/* MiSans（小米）— 免费商用 · 本地化，断网可用 */
@font-face {
  font-family: "MiSans";
  src: url("misans-bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
