/*

Theme Name: MMG Theme
Theme URI: https://mmg.gy
Author: Michael Piercy
Author URI: https://mmg.gy/
Description: MMG Child theme of Pro.
Version: 1.0.0
Template: pro

*/

/* CSS Variables for Color Management */
:root {
  /* Original Blue/Red Theme Colors (commented out) */
  /*
  --agent-primary-color: #007bff;
  --agent-primary-hover: #0056b3;
  --agent-light-bg: #f0f7ff;
  --agent-shadow-light: rgba(0, 123, 255, 0.1);
  --agent-shadow-medium: rgba(0, 123, 255, 0.15);
  --agent-shadow-strong: rgba(0, 123, 255, 0.2);
  
  --merchant-primary-color: #e74c3c;
  --merchant-light-bg: #fff5f5;
  --merchant-shadow: rgba(231, 76, 60, 0.2);
  */
  
  /* Black Theme Variables (ACTIVE) */
  --agent-primary-color: #333333;
  --agent-primary-hover: #000000;
  --agent-light-bg: #f5f5f5;
  --agent-shadow-light: rgba(51, 51, 51, 0.1);
  --agent-shadow-medium: rgba(51, 51, 51, 0.15);
  --agent-shadow-strong: rgba(51, 51, 51, 0.2);
  
  --merchant-primary-color: #333333;
  --merchant-light-bg: #f5f5f5;
  --merchant-shadow: rgba(51, 51, 51, 0.2);
}

