/* Global docs heading + emphasis colors (static override) */
.theme-default-content h1,
.vp-doc h1 {
  color: #4f46e5 !important;
}

.theme-default-content h2,
.vp-doc h2 {
  color: #16a34a !important;
}

.theme-default-content h3,
.vp-doc h3 {
  color: #2563eb !important;
}

.theme-default-content h4,
.vp-doc h4 {
  color: #9333ea !important;
}

.theme-default-content strong,
.theme-default-content b,
.vp-doc strong,
.vp-doc b {
  color: #dc2626 !important;
}

