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

i, .icomoon-liga {
  /* 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;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pen:before {
  content: "\e907";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-github:before {
  content: "\f09b";
}
.icon-database:before {
  content: "\e900";
}
.icon-rocket:before {
  content: "\e906";
}
.icon-cog:before {
  content: "\e902";
}
.icon-gear:before {
  content: "\e902";
}
.icon-file-code-o:before {
  content: "\e903";
}
.icon-apple:before {
  content: "\e904";
}
.icon-mobile:before {
  content: "\e905";
}
.icon-mobile-phone:before {
  content: "\e905";
}
.icon-color_lens:before {
  content: "\e901";
}
.icon-xcode:before {
  content: "\1f335";
  color: #1575f9;
}
.icon-images:before {
  content: "\e90e";
}
