@font-face {
  font-family: 'ForkAwesome';
  src:
    url('fonts/ForkAwesome.ttf?n2zchu') format('truetype'),
    url('fonts/ForkAwesome.woff?n2zchu') format('woff'),
    url('fonts/ForkAwesome.svg?n2zchu#ForkAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ForkAwesome' !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;
}

.fa-caret-down:before {
  content: "\f0d7";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-search:before {
  content: "\f002";
}
.fa-user:before {
  content: "\f007";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-book:before {
  content: "\f02d";
}
.fa-font:before {
  content: "\f031";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-file-image-o:before {
  content: "\f1c5";
}
