/* Theme-specific CSS variables for market_3 */
:root {
  /* Override parent theme colors if needed */
  /* --color-mavbg-100: #your-custom-color; */
  /* --color-mavtext-200: #your-custom-color; */
  /* --color-mavcta-700: #your-custom-color; */
  
  /* Add market_3 specific variables */
  --theme-primary: #your-primary-color;
  --theme-secondary: #your-secondary-color;
}

/* Market_3 specific utility classes */
.market3-special {
  /* Add any market_3 specific styles here */
}