/* ============================================================
   Hodiki 站点设计令牌（:root CSS 变量）—— 全站单一事实源
   首页 index.html 与博客 blog/public/global.css 共同引用，
   修改主题色只改本文件。
   ============================================================ */
:root {
  --bg: #0a0e1a;
  --bg-soft: #10172a;
  --bg-card: #131c33;
  --line: rgba(120, 160, 255, 0.14);
  --line-strong: rgba(120, 160, 255, 0.32);
  --text: #e8edf7;
  --text-dim: #9aa7c4;
  --text-faint: #5f6b8a;
  --accent: #4f8cff;
  --accent-2: #38e1c8;
  --accent-3: #b18cff;
  --danger: #ff6b6b;
  --radius: 14px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Microsoft YaHei", "Noto Sans SC", sans-serif;
  --mono: "SF Mono", "JetBrains Mono", Consolas, "Courier New", monospace;
}
