/* フィジカルAI補助金ナビ - サイト固有カラー */
:root {
  --accent-primary:     #7c3aed;
  --accent-primary-rgb: 124,58,237;
  --accent-secondary:   #059669;
  --accent-hover:       #6d28d9;
  --bg-secondary:       #faf5ff;
  --bg-surface:         #f3f0ff;
  --accent-dark: #5b21b6;
  --accent-light: #ede9fe;
  --accent-bg: #faf5ff;
  --highlight-gold: #fde68a;
  --hero-start: #f5f3ff;
  --hero-mid: #ffffff;
  --hero-end: #f8f5ff;
}
