@font-face {
  font-family: "theme-icons";
  src: url("../fonts/theme-icons/theme-icons.eot?lfo81t");
  src: url("../fonts/theme-icons/theme-icons.eot?lfo81t#iefix") format("embedded-opentype"), url("../fonts/theme-icons/theme-icons.ttf?lfo81t") format("truetype"), url("../fonts/theme-icons/theme-icons.woff?lfo81t") format("woff"), url("../fonts/theme-icons/theme-icons.svg?lfo81t#theme-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theme-icons" !important;
  speak: none;
  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;
}

.icon-close:before {
  content: "\e903";
}

.icon-pencil:before {
  content: "\e902";
}

.icon-circle-o-notch:before {
  content: "\e920";
}

.icon-comment:before {
  content: "\e91f";
}

.icon-angle-down:before {
  content: "\e91d";
}

.icon-search:before {
  content: "\e91b";
}

.icon-long-arrow-right:before {
  content: "\e900";
}

.icon-long-arrow-left:before {
  content: "\e901";
}
