@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?4b9f0i');
    src:  url('fonts/icomoon.eot?4b9f0i#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4b9f0i') format('truetype'),
    url('fonts/icomoon.woff?4b9f0i') format('woff'),
    url('fonts/icomoon.svg?4b9f0i#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-home:before {
    content: "\e900";
  }
  .icon-calculator:before {
    content: "\e940";
  }
  .icon-users:before {
    content: "\e972";
  }
  .icon-briefcase:before {
    content: "\e9ae";
  }
  
  .icon-target:before {
    content: "\e9b3";
  }