/* AI導入補助金ナビ - サイト固有カラー */
:root {
  --accent-primary:     #00abeb;
  --accent-primary-rgb: 0,171,235;
  --accent-secondary:   #059669;
  --accent-hover:       #0090cc;
  --accent-dark:        #0077a3;
  --accent-light:       #cef3ff;
  --accent-bg:          #ecfaff;
  --highlight-gold:     #fde68a;
  --hero-start:         #f8fbff;
  --hero-mid:           #f0f7ff;
  --hero-end:           #f4f9ff;
}
