@font-face {
  font-family: 'icON';
  src:  url('fonts/icON.eot?2ilpg1');
  src:  url('fonts/icON.eot?2ilpg1#iefix') format('embedded-opentype'),
    url('fonts/icON.ttf?2ilpg1') format('truetype'),
    url('fonts/icON.woff?2ilpg1') format('woff'),
    url('fonts/icON.svg?2ilpg1#icON') 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: 'icON' !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-resume:before {
  content: "\e900";
}
.icon-SUITCASE-:before {
  content: "\e901";
}
.icon-COPY:before {
  content: "\e902";
}
