/* @import url('https://use.typekit.net/lpe5mht.css'); */

.redactor-styles,
.redactor-dropdown-format {
  font-size: 17px;
  /* font-family: bliss !important; */
  color: #404040 !important;
  letter-spacing: 0.05em !important;
}

/* Button */
.redactor-dropdown-format .redactor-dropdown-item-button span,
.redactor-styles .redactor-button a {
  border: 2px solid #e5007e;
  background-color: transparent;
  color: #e5007e !important;
  border-radius: 8px 0 8px 0;
  font-size: 13px;
  cursor: pointer;
  padding: 8px 20px;
  padding-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}
.redactor-styles .redactor-button a:hover {
  background-color: #e5007e;
  color: white !important;
  text-decoration: none;
}

/* Headings */
.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5 {
  /* font-family: bliss !important; */
  /* color: #e5007e !important; */
  /* font-weight: 300 !important; */
  /* line-height: 1.1em !important; */
  /* margin-bottom: 0.6em !important; */
}

/* .redactor-styles h6 {
  font-size: 14px !important;
  color: #989898 !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
} */
