/**
 * Yellow Accent Color
 * Primary: #eab308
 */
:root {
  --primary: 47.9 95.8% 47.5%;
  --primary-foreground: 26 83.3% 14.1%;
  --ring: 47.9 95.8% 47.5%;
}
.psfa-accent-yellow {
  --primary: 47.9 95.8% 47.5%;
  --primary-foreground: 26 83.3% 14.1%;
  --ring: 47.9 95.8% 47.5%;
  --color-primary: #eab308;
  --color-primary-hover: #ca8a04;
  --color-primary-foreground: #421006;
  /* Product-specific tokens */
  --badge-deal-bg: #eab308;
  --badge-discount-bg: #eab308;
  --badge-bestseller-bg: #713f12;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #eab308 0%, #ca8a04 100%);
  --load-more-border: #ca8a04;
  --load-more-text: #421006;
  --star-full: #eab308;
  --star-half: #eab308;
  --table-header-bg: #713f12;
  --table-header-text: #ffffff;
  --price-color: #a16207;
}
