/* MT Medicinals theme vars - color variables */
/* Based on theme colors observed from cms-styles.css */
:root {
  --primary-color: #4CAF50;
  --secondary-color: #2e7d32;
}

/* Theme color overrides for medical-clinic theme */
a, .cmsmasters_color { color: #4CAF50; }
a:hover { color: #2e7d32; }
.bg_color, .cmsmasters_bg { background-color: #4CAF50; }
.border_color { border-color: #4CAF50; }
.header_top .header_top_inner { background: #4CAF50; }
.cmsmasters_button, .woocommerce .button { 
  background: #4CAF50; 
  border-color: #4CAF50; 
}
