@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?nufyde');
  src:  url('fonts/icomoon.eot?nufyde#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?nufyde') format('truetype'),
    url('fonts/icomoon.woff?nufyde') format('woff'),
    url('fonts/icomoon.svg?nufyde#icomoon') 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' !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-ico_project:before {
  content: "\e900";
}
.icon-ico_presentation:before {
  content: "\e901";
}
.icon-ico_worker:before {
  content: "\e902";
}
.icon-ico_concept:before {
  content: "\e903";
}
.icon-ico_planning:before {
  content: "\e904";
}
.icon-ico_3d-scanner:before {
  content: "\e905";
}
.icon-ico_prototype:before {
  content: "\e906";
}
.icon-ico_curve:before {
  content: "\e907";
}
.icon-ico_sketch:before {
  content: "\e908";
}
