/* Purple Panda Consulting - Brand v3 Override */
:root {
  --brand-primary: #58385D;
  --brand-secondary: #60516d;
  --accent-soft: #9B8FA4;
  --accent: #96808a;
  --neutral-dark: #3D343A;
  --neutral-mid: #505251;
  --neutral-deep: #4a3e3a;
  --background-warm: #bcada2;
  --background-light: #cecad2;
  --support: #856a65;
  --white: #FFFFFF;
}

* {
  --tw-text-opacity: 1;
}

body, html {
  font-family: "Myriad Pro", Calibri, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
  color: #3D343A !important;
}

/* Override indigo/purple brand colours */
.bg-indigo-600, .bg-indigo-700, .bg-purple-500, .bg-purple-600 {
  background-color: #58385D !important;
}

.text-indigo-600, .text-indigo-700, .text-purple-500, .text-purple-600 {
  color: #58385D !important;
}

.border-indigo-200, .border-purple-200 {
  border-color: #60516d !important;
}

.bg-indigo-50, .bg-purple-50 {
  background-color: #f1eef3 !important;
}

/* Handle inline styles */
[style*="background-color: #5C3D8C"],
[style*="background-color:#5c3d8c"],
[style*="background-color: #5c3d8c"],
[style*="color: #5C3D8C"],
[style*="color:#5c3d8c"] {
  background-color: #58385D !important;
  color: #58385D !important;
}

/* Buttons and CTAs */
.btn, button, a.btn, a.cta {
  font-family: inherit !important;
}

.btn-primary, button.primary {
  background-color: #58385D !important;
}

.btn-primary:hover, button.primary:hover {
  background-color: #4a2d4f !important;
}

/* Text hierarchy */
.text-brand-primary, .brand-primary {
  color: #58385D !important;
}

.bg-brand-primary, .brand-bg-primary {
  background-color: #58385D !important;
}

/* Georgia serif removal */
[style*="Georgia"], [style*="georgia"], h1[style], h2[style], h3[style] {
  font-family: inherit !important;
}
