/**
 * Sky Accent Color
 * Primary: #0ea5e9
 */
:root {
  --primary: 198.6 88.7% 48.4%;
  --primary-foreground: 0 0% 98%;
  --ring: 198.6 88.7% 48.4%;
}
.psfa-accent-sky {
  --primary: 198.6 88.7% 48.4%;
  --primary-foreground: 0 0% 98%;
  --ring: 198.6 88.7% 48.4%;
  --color-primary: #0ea5e9;
  --color-primary-hover: #0284c7;
  --color-primary-foreground: #fafafa;
  /* Product-specific tokens */
  --badge-deal-bg: #0ea5e9;
  --badge-discount-bg: #0ea5e9;
  --badge-bestseller-bg: #0c4a6e;
  --badge-bestseller-text: #ffffff;
  --load-more-bg: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  --load-more-border: #0284c7;
  --load-more-text: #fafafa;
  --star-full: #0ea5e9;
  --star-half: #0ea5e9;
  --table-header-bg: #0c4a6e;
  --table-header-text: #ffffff;
  --price-color: #0369a1;
}
