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

.icone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon1' !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;
}

.icone-mail:before {
  content: "\e9000";
}
.icone-phone:before {
  content: "\e9001";
}
.icone-printer:before {
  content: "\e9002";
}
.icone-location:before {
  content: "\e9003";
}
.icone-fax:before {
  content: "\e9004";
}
