/* Local fonts — drop the woff2 files into assets/fonts/ next to this file.
   Recommended source: https://gwfh.mranftl.com/fonts  (中文字体也可用 cn-fontsource / 中文网字计划)

   Expected filenames (改为你下载下来的实际文件名即可):
     noto-sans-sc-300.woff2 / -400 / -500 / -600 / -700 / -800 / -900
     inter-400.woff2 / -500 / -600 / -700
     dm-mono-400.woff2 / -500
*/

/* ===== Noto Sans SC ===== */
@font-face { font-family: "Noto Sans SC"; font-style: normal; font-weight: 300; font-display: swap; src: url("noto-sans-sc-300.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans SC"; font-style: normal; font-weight: 400; font-display: swap; src: url("noto-sans-sc-400.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans SC"; font-style: normal; font-weight: 500; font-display: swap; src: url("noto-sans-sc-500.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans SC"; font-style: normal; font-weight: 600; font-display: swap; src: url("noto-sans-sc-600.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans SC"; font-style: normal; font-weight: 700; font-display: swap; src: url("noto-sans-sc-700.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans SC"; font-style: normal; font-weight: 800; font-display: swap; src: url("noto-sans-sc-800.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans SC"; font-style: normal; font-weight: 900; font-display: swap; src: url("noto-sans-sc-900.woff2") format("woff2"); }

/* ===== Inter ===== */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("inter-500.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("inter-600.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("inter-700.woff2") format("woff2"); }

/* ===== DM Mono ===== */
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("dm-mono-400.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("dm-mono-500.woff2") format("woff2"); }
