/* Local and OSS font definitions (no unicode-range). */

@font-face {
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: local("JetBrains Mono"),
    local("JetBrainsMono-Regular"),
    url("https://pixar-public.oss-cn-beijing.aliyuncs.com/fonts/jetbrains-mono/JetBrainsMono[wght].ttf") format("truetype"),
    url("./JetBrainsMono-wght.ttf") format("truetype");
}

@font-face {
  font-family: "Ma Shan Zheng";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Ma Shan Zheng"),
    local("MaShanZheng-Regular"),
    url("https://pixar-public.oss-cn-beijing.aliyuncs.com/fonts/ma-shan-zheng/MaShanZheng-Regular.ttf") format("truetype"),
    url("./MaShanZheng-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: local("Noto Sans SC"),
    local("NotoSansSC-Regular"),
    url("https://pixar-public.oss-cn-beijing.aliyuncs.com/fonts/noto-sans-sc/NotoSansSC[wght].ttf") format("truetype"),
    url("./NotoSansSC-wght.ttf") format("truetype");
}

@font-face {
  font-family: "Noto Serif SC";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: local("Noto Serif SC"),
    local("NotoSerifSC-Regular"),
    url("https://pixar-public.oss-cn-beijing.aliyuncs.com/fonts/noto-serif-sc/NotoSerifSC[wght].ttf") format("truetype"),
    url("./NotoSerifSC-wght.ttf") format("truetype");
}

@font-face {
  font-family: "ZCOOL KuaiLe";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("ZCOOL KuaiLe"),
    local("ZCOOLKuaiLe-Regular"),
    url("https://pixar-public.oss-cn-beijing.aliyuncs.com/fonts/zcool-kuaile/ZCOOLKuaiLe-Regular.ttf") format("truetype"),
    url("./ZCOOLKuaiLe-Regular.ttf") format("truetype");
}