/** Ico Moon */

@font-face {
  font-family: 'CustomIcon';
  src: url('custom.eot');
  src: url('custom.eot') format('embedded-opentype'), url('custom.woff') format('woff'), url('custom.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.custom-icon {
  display: inline-block;
  font: normal normal normal 14px/1 CustomIcon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}