.ql-container {
  min-height: 200px;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border-color: #000;
}

.ql-editor {
  min-height: 200px;
  line-height: 1.75;
  color: #000;
  background: #fff;
}

.ql-editor.ql-blank::before {
  color: #999;
  font-style: normal;
}

.ql-toolbar {
  border-color: #000;
  background: #f4f4f4;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}

.ql-snow .ql-stroke {
  stroke: #000;
}

.ql-snow .ql-fill {
  fill: #000;
}

.ql-snow .ql-picker-label {
  color: #000;
}
