/**
 * Emerald Accent Color
 * Primary: #10b981
 */
:root {
  --primary: 160.1 84.1% 39.4%;
  --primary-foreground: 0 0% 98%;
  --ring: 160.1 84.1% 39.4%;
}
.psfa-accent-emerald {
  --primary: 160.1 84.1% 39.4%;
  --primary-foreground: 0 0% 98%;
  --ring: 160.1 84.1% 39.4%;
  --color-primary: #10b981;
  --color-primary-hover: #059669;
  --color-primary-foreground: #fafafa;
  /* Product-specific tokens */
  --badge-deal-bg: #10b981;
  --badge-discount-bg: #10b981;
  --badge-bestseller-bg: #064e3b;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #10b981 0%, #059669 100%);
  --load-more-border: #059669;
  --load-more-text: #fafafa;
  --star-full: #10b981;
  --star-half: #10b981;
  --table-header-bg: #064e3b;
  --table-header-text: #ffffff;
  --price-color: #047857;
}
