html {
  font-family: Montserrat, Arial;
}

.trix-h80 trix-editor {
  min-height: 80px;
  height:     80px;
}

.trix-h250 trix-editor {
  min-height: 250px;
  height:     250px;
}

.trix-h300 trix-editor {
  min-height: 300px;
  height:     300px;
}

.trix-mh600 trix-editor {
  max-height: 600px;
  resize:     vertical;
}

.trix-mh400 trix-editor {
  max-height: 400px;
  resize:     vertical;
}

trix-editor {
  max-height: 300px;
  overflow-y: auto;
}

span.trix-button-group.trix-button-group--file-tools {
  display: none;
}

span.trix-button-group-spacer {
  display: none;
}

span.trix-button-group.trix-button-group--history-tools {
  display: none;
}

span.safe-trix-wrapper-span-to-apply-custom-style-in-trix-hack-css {
  /* this unbreaks Trix on iOS */
  -webkit-user-select: auto;
}
