:root {
  --gap: 10px;
  --toolbar-h: 45px;
  --panel-width: 300px;
  --easing-bounce: cubic-bezier(0.34, 1.4, 0.64, 1);
}

/* Hide mermaid error messages and related error UI */
.mermaid-error,
.mermaid-error-icon,
.mermaid-error-text,
.error-container,
svg.error,
.diagram-error,
g[id*="error"],
text[class*="error"] {
  display: none !important;
  visibility: hidden !important;
}
