@font-face {
  font-family: 'smo_fonts';
  src:  url('fonts/smo_fonts.eot?1ecq34');
  src:  url('fonts/smo_fonts.eot?1ecq34#iefix') format('embedded-opentype'),
    url('fonts/smo_fonts.ttf?1ecq34') format('truetype'),
    url('fonts/smo_fonts.woff?1ecq34') format('woff'),
    url('fonts/smo_fonts.svg?1ecq34#smo_fonts') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'smo_fonts' !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;
}

.icon-dislike:before {
  content: "\e900";
}
.icon-home:before {
  content: "\e901";
  font-size:18px;
  color:dodgerblue;
}
.icon-like:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e986";
  font-size:22px;
  color:#4564b8;
  color:#8d8c8c;
}
.icon-cog:before {
  content: "\e994";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-enter:before {
  content: "\ea13";
}

.icon-like-wmo:before {
  content: "\e902";
  text-shadow: 2px 2px #e5e4e2;
}
.icon-dislike-wmo:before {
  content: "\e900";
  text-shadow: 2px 2px #e5e4e2;
}