@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?xdn7al');
    src:  url('../fonts/icomoon.eot?xdn7al#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?xdn7al') format('truetype'),
      url('../fonts/icomoon.woff?xdn7al') format('woff'),
      url('../fonts/icomoon.svg?xdn7al#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-radio-module:before {
    content: "\e901";
  }
  .icon-proc-wireless:before {
    content: "\e902";
  }
  .icon-module-pcb:before {
    content: "\e903";
  }
  .icon-connections-3:before {
    content: "\e904";
  }
  .icon-base-pcb:before {
    content: "\e905";
  }
  .icon-module:before {
    content: "\e906";
  }
  .icon-solder:before {
    content: "\e900";
  }