/* Font Awesome Local CSS - Essential Icons Only */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fa-regular-400.ttf") format("truetype");
}

.fa, .fas, .far {
  font-family: "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far {
  font-weight: 400;
}

/* Icon definitions */
.fa-dashboard:before, .fa-tachometer:before { content: "\f3fd"; }
.fa-exchange:before { content: "\f0ec"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-bullseye:before { content: "\f140"; }
.fa-university:before { content: "\f19c"; }
.fa-home:before { content: "\f015"; }
.fa-building:before { content: "\f1ad"; }
.fa-line-chart:before { content: "\f201"; }
.fa-lock:before { content: "\f023"; }
.fa-bar-chart:before { content: "\f080"; }
.fa-money:before { content: "\f0d6"; }
.fa-retweet:before { content: "\f079"; }
.fa-support:before { content: "\f1cd"; }
.fa-question-circle:before { content: "\f059"; }
.fa-file:before { content: "\f15b"; }
.fa-cog:before { content: "\f013"; }
.fa-user:before { content: "\f007"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-bell:before { content: "\f0f3"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-search:before { content: "\f002"; }
.fa-bars:before { content: "\f0c9"; }
