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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-nodejs:before {
  content: "\e900";
  color: #393;
}
.icon-visualstudiocode:before {
  content: "\e901";
  color: #0271bc;
}
.icon-firebase:before {
  content: "\e902";
  color: #ffca28;
}
.icon-bootstrap:before {
  content: "\e903";
  color: #563d7c;
}
.icon-jquery:before {
  content: "\e904";
  color: #0769ad;
}
.icon-javascript:before {
  content: "\e905";
  color: #f7df1e;
}
.icon-css3:before {
  content: "\e906";
  color: #1572b6;
}
.icon-html5:before {
  content: "\e907";
  color: #e34f26;
}
.icon-bell:before {
  content: "\e951";
}
.icon-search:before {
  content: "\e986";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-menu:before {
  content: "\e9bd";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-plus:before {
  content: "\ea0a";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-paragraph-justify:before {
  content: "\ea7a";
}
.icon-github:before {
  content: "\eab0";
}
.icon-trello:before {
  content: "\eab3";
}
