/* Theme-specific CSS variables for market_2 */
: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_2 specific variables */
  --theme-primary: #your-primary-color;
  --theme-secondary: #your-secondary-color;
}

/* Market_2 specific utility classes */
.market2-special {
  /* Add any market_2 specific styles here */
}