/**
 * Indigo Accent Color
 * Primary: #6366f1
 */
:root {
  --primary: 238.7 83.5% 66.7%;
  --primary-foreground: 0 0% 100%;
  --ring: 238.7 83.5% 66.7%;
}
.psfa-accent-indigo {
  --primary: 238.7 83.5% 66.7%;
  --primary-foreground: 0 0% 100%;
  --ring: 238.7 83.5% 66.7%;
  --color-primary: #6366f1;
  --color-primary-hover: #4f46e5;
  --color-primary-foreground: #ffffff;
  /* Product-specific tokens */
  --badge-deal-bg: #6366f1;
  --badge-discount-bg: #6366f1;
  --badge-bestseller-bg: #312e81;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  --load-more-border: #4f46e5;
  --load-more-text: #ffffff;
  --star-full: #6366f1;
  --star-half: #6366f1;
  --table-header-bg: #312e81;
  --table-header-text: #ffffff;
  --price-color: #4338ca;
}
