/**
 * Amber Accent Color
 * Primary: #f59e0b
 */
:root {
  --primary: 37.7 92.1% 50.2%;
  --primary-foreground: 20 14.3% 4.1%;
  --ring: 37.7 92.1% 50.2%;
}
.psfa-accent-amber {
  --primary: 37.7 92.1% 50.2%;
  --primary-foreground: 20 14.3% 4.1%;
  --ring: 37.7 92.1% 50.2%;
  --color-primary: #f59e0b;
  --color-primary-hover: #d97706;
  --color-primary-foreground: #0c0a09;
  /* Product-specific tokens */
  --badge-deal-bg: #f59e0b;
  --badge-discount-bg: #f59e0b;
  --badge-bestseller-bg: #78350f;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --load-more-border: #d97706;
  --load-more-text: #0c0a09;
  --star-full: #f59e0b;
  --star-half: #f59e0b;
  --table-header-bg: #78350f;
  --table-header-text: #ffffff;
  --price-color: #b45309;
}
