body {
  font-family: "MuseoModerno", sans-serif;
}

.background-blue {
  background-color: #008BA1;
}

.blue {
  color: #008BA1;
}

.gray {
  color: #888888;
}

.background-light-gray {
  background-color: #E5E7EB;
}

.light-gray {
  color: #E5E7EB;
}

.border-gray {
  border-color: #888888;
}

.green {
  color: #22C55E;
}

.background-green {
  background-color: #22C55E;
}

.border-t-blue {
  border-top-color: #008BA1;
}

.border-b-blue {
  border-bottom-color: #008BA1;
}

.border-blue-focus:focus {
  border-color: #008BA1;
}

.select2-results {
  background-color: #E5E7EB;
}

.ck-editor__main {
  font-size: 18px;
}

.content-ckeditor p {
  font-size: 18px;
}
.content-ckeditor p[style*=font-size] {
  font-size: inherit;
}

.accent-blue {
  accent-color: #008BA1;
}

.fc .fc-daygrid-event-harness, .fc .fc-license-message {
  display: none;
}

.fc .fc-button-active {
  background-color: #008BA1;
  color: #FFFFFF;
}

.fc .fc-toolbar-chunk .fc-toolbar-title {
  font-weight: 600;
}

@media (width <= 40rem) {
  .fc .fc-toolbar {
    flex-direction: column;
  }
  .fc .fc-toolbar-chunk .fc-button-group {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

/*# sourceMappingURL=app.output.css.map */
