@font-face {
  font-family: 'icomoon-freelancer';
  src:  url('../fonts/icomoon-freelancer.eot?r5mhww');
  src:  url('../fonts/icomoon-freelancer.eot?r5mhww#iefix') format('embedded-opentype'),
    url('../fonts/icomoon-freelancer.ttf?r5mhww') format('truetype'),
    url('../fonts/icomoon-freelancer.woff?r5mhww') format('woff'),
    url('../fonts/icomoon-freelancer.svg?r5mhww#icomoon-freelancer') 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: 'icomoon-freelancer' !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-freelancer:before {
  content: "\e900";
  color: #000000;
  display: inline-block;
  border-radius: 40px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.5em;
  background-color: #ffffff;
}
