@font-face {
  font-family: 'FontAwesome';
  src: url('../icons/fontawesome-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.fa-home:before {
  content: "\f015";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-check:before {
  content: "\f00c";
}

.fa-star:before {
  content: "\f005";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-comments:before {
  content: "\f086";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-heart:before {
  content: "\f004";
}

.fa-shield:before {
  content: "\f132";
}
