/* =====================================================================
   Mantou Marketing — self-hosted fonts (no third-party requests)
   All faces use font-display:swap so text paints immediately in a
   system fallback and swaps in when the web font arrives.
   Files live in /assets/fonts/ ; paths are relative to this file.
   ===================================================================== */

/* ---- LXGW WenKai (body / 正文) — regular + bold ---- */
@font-face{
  font-family:"LXGW WenKai";font-style:normal;font-weight:400;font-display:swap;
  src:url("fonts/lxgwwenkai-regular.woff2") format("woff2");
}
@font-face{
  font-family:"LXGW WenKai";font-style:normal;font-weight:700;font-display:swap;
  src:url("fonts/lxgwwenkai-bold.woff2") format("woff2");
}

/* ---- Noto Serif SC (headings / 标题) — 600 + 700 ---- */
@font-face{
  font-family:"Noto Serif SC";font-style:normal;font-weight:600;font-display:swap;
  src:url("fonts/noto-serif-sc-600.woff2") format("woff2");
}
@font-face{
  font-family:"Noto Serif SC";font-style:normal;font-weight:700;font-display:swap;
  src:url("fonts/noto-serif-sc-700.woff2") format("woff2");
}

/* ---- Space Grotesk (Latin labels / numerals) — variable 300–700 ---- */
@font-face{
  font-family:"Space Grotesk";font-style:normal;font-weight:300 700;font-display:swap;
  src:url("fonts/space-grotesk.woff2") format("woff2");
}

/* ---- Font Awesome 6 Free (solid) — 14-icon subset ---- */
@font-face{
  font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;
  src:url("fonts/fa-solid-900.woff2") format("woff2");
}
.fa,.fas,.fa-bars::before{content:"\f0c9"}
.fa-bolt::before{content:"\f0e7"}
.fa-check::before{content:"\f00c"}
.fa-download::before{content:"\f019"}
.fa-flag-checkered::before{content:"\f11e"}
.fa-forward::before{content:"\f04e"}
.fa-gamepad::before{content:"\f11b"}
.fa-graduation-cap::before{content:"\f19d"}
.fa-info-circle::before{content:"\f05a"}
.fa-mobile-screen::before{content:"\f3cf"}
.fa-paper-plane::before{content:"\f1d8"}
.fa-pause::before{content:"\f04c"}
.fa-play::before{content:"\f04b"}
.fa-rotate-right::before{content:"\f2f9"}
.fa-shield-alt::before{content:"\f3ed"}
.fa-times::before{content:"\f00d"}
.fa-user::before{content:"\f007"}
.fa-user-tie::before{content:"\f508"}
.fa-volume-mute::before{content:"\f6a9"}
.fa-volume-up::before{content:"\f028"}
