/* === テーマ変数（カスタマイズポイント） === */
:root {
  /* site.json の theme と対応 */
  --primary: #1a1a2e;
  --accent: #e94560;
  --font-family: 'Noto Sans JP', sans-serif;

  /* 派生色 */
  --text: #222;
  --text-muted: #666;
  --bg: #fafafa;
  --bg-muted: #f0f0f0;
  --border: #e0e0e0;
  --card-bg: #fff;
  --card-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
