/* ============================================================
   Self-hosted fonts — 上传到 OSS 后把下面的 https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts
   替换为你的真实路径，例如：
   https://your-bucket.oss-cn-hangzhou.aliyuncs.com/fonts
   ============================================================ */

/* JetBrains Mono — weight 400 */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/jetbrains-mono-latin-400-normal.woff2")
      format("woff2"),
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/jetbrains-mono-latin-400-normal.woff")
      format("woff");
}

/* JetBrains Mono — weight 500 */
@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/jetbrains-mono-latin-500-normal.woff2")
      format("woff2"),
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/jetbrains-mono-latin-500-normal.woff")
      format("woff");
}

/* Sora — weight 300 */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-300-normal.woff2")
      format("woff2"),
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-300-normal.woff")
      format("woff");
}

/* Sora — weight 400 */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-400-normal.woff2")
      format("woff2"),
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-400-normal.woff")
      format("woff");
}

/* Sora — weight 500 */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-500-normal.woff2")
      format("woff2"),
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-500-normal.woff")
      format("woff");
}

/* Sora — weight 600 */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src:
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-600-normal.woff2")
      format("woff2"),
    url("https://3d-img.oss-cn-beijing.aliyuncs.com/assets/fonts/sora-latin-600-normal.woff")
      format("woff");
}
