[class^="sty-icon-"], [class*=" sty-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-styling' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sty-icon-align-center:before {
  content: "\e900";
}
.sty-icon-align-justify:before {
  content: "\e901";
}
.sty-icon-align-left:before {
  content: "\e902";
}
.sty-icon-align-right:before {
  content: "\e903";
}
.sty-icon-bold:before {
  content: "\f032";
}
.sty-icon-italic:before {
  content: "\f033";
}
.sty-icon-underline:before {
  content: "\f0cd";
}