/**
 * Blue Accent Color
 * Primary: #3b82f6
 */
:root {
  --primary: 221.2 83.2% 53.3%;
  --primary-foreground: 210 40% 98%;
  --ring: 221.2 83.2% 53.3%;
}
.psfa-accent-blue {
  --primary: 221.2 83.2% 53.3%;
  --primary-foreground: 210 40% 98%;
  --ring: 221.2 83.2% 53.3%;
  --color-primary: #3b82f6;
  --color-primary-hover: #2563eb;
  --color-primary-foreground: #f8fafc;
  /* Product-specific tokens */
  --badge-deal-bg: #3b82f6;
  --badge-discount-bg: #3b82f6;
  --badge-bestseller-bg: #1e3a8a;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  --load-more-border: #2563eb;
  --load-more-text: #f8fafc;
  --star-full: #3b82f6;
  --star-half: #3b82f6;
  --table-header-bg: #1e3a8a;
  --table-header-text: #ffffff;
  --price-color: #1d4ed8;
}
