@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?rfkxr1');
  src:  url('fonts/icomoon.eot?rfkxr1#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?rfkxr1') format('truetype'),
    url('fonts/icomoon.woff?rfkxr1') format('woff'),
    url('fonts/icomoon.svg?rfkxr1#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-lecture:before {
  content: "\e900";
}
.icon-presentation:before {
  content: "\e901";
}
.icon-licensing:before {
  content: "\e902";
}
.icon-application:before {
  content: "\e903";
}
.icon-technician:before {
  content: "\e904";
}
.icon-prototype:before {
  content: "\e905";
}
.icon-floor-plan:before {
  content: "\e906";
}
.icon-project-management:before {
  content: "\e907";
}
.icon-development:before {
  content: "\e908";
}
.icon-infrastructure:before {
  content: "\e909";
}
.icon-d-modeling:before {
  content: "\e90a";
}
