@font-face {
  font-family: 'icomoon';
  src:
    url('../fonts/icomoon.ttf?67gfbi') format('truetype'),
    url('../fonts/icomoon.woff?67gfbi') format('woff'),
    url('../fonts/icomoon.svg?67gfbi#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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
  content: "\f08c";
}
.icon-github:before {
  content: "\f092";
}
.icon-phone:before {
  content: "\f095";
}
.icon-mail:before {
  content: "\f0e0";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-file-pdf:before {
  content: "\f1c1";
}
.icon-facebook:before {
  content: "\f230";
}
.icon-github-watch:before {
  content: "\f04e";
}
.icon-github-logo:before {
  content: "\f093";
}
.icon-github-icon:before {
  content: "\f00a";
}
.icon-github-fork:before {
  content: "\f002";
}

