/* ===================================================== */
/* Space Grotesk 字体（本地优先 · 可随时回滚） */
/* ===================================================== */

/* ---------- 本地字体（默认启用） ---------- */
@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/font/space-grotesk-v22-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/font/space-grotesk-v22-latin-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/font/space-grotesk-v22-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/font/space-grotesk-v22-latin-700.woff2') format('woff2');
}

/* ---------- CDN 回滚方案（默认关闭） ----------
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');
------------------------------------------------ */

/* ---------- 全局字体声明 ---------- */
* {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}


/* ===== Font Awesome 本地字体覆盖 ===== */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/font/fa/fa-solid-900.woff2") format("woff2");
}
