/* ========================================
   ▼ カラーパレットの設定
======================================== */

/* 文字色 */
.has-mermaidlogocolor-color {
  color: #ff3169 !important;
}

.has-mermaidblue-color {
  color: #1acbd5 !important;
}

.has-mermaidyallow-color {
  color: #f3fb85 !important;
}

.has-mermaidlightgray-color {
  color: #f9f9f9 !important;
}

.has-mermaidmiddlegray-color {
  color: #bbbbbb !important;
}

/* 背景色 */
.has-mermaidlogocolor-background-color {
  background-color: #ff3169 !important;
}

.has-mermaidblue-background-color {
  background-color: #1acbd5 !important;
}

.has-mermaidyallow-background-color {
  background-color: #f3fb85 !important;
}

.has-mermaidlightgray-background-color {
  background-color: #f9f9f9 !important;
}

.has-mermaidmiddlegray-background-color {
  background-color: #bbbbbb !important;
}
