/* 
 * Minimal FontAwesome CSS
 * Only includes the specific icons needed for the site
 * Based on Font Awesome 6.4.0
 * Includes 30 icons total
 */

/* Base FontAwesome styles */
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Font declaration */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-solid-900.woff2") format("woff2");
}

/* Specific icons used in the website */

/* fa-arrow-up */
.fa-arrow-up:before {
  content: "\f062";
}

/* fa-balance-scale */
.fa-balance-scale:before {
  content: "\f24e";
}

/* fa-chart-bar */
.fa-chart-bar:before {
  content: "\f080";
}

/* fa-chart-line */
.fa-chart-line:before {
  content: "\f201";
}

/* fa-chart-pie */
.fa-chart-pie:before {
  content: "\f200";
}

/* fa-check-circle */
.fa-check-circle:before {
  content: "\f058";
}

/* fa-clipboard-list */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* fa-dollar-sign */
.fa-dollar-sign:before {
  content: "\f155";
}

/* fa-exclamation-circle */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* fa-external-link-alt */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* fa-eye */
.fa-eye:before {
  content: "\f06e";
}

/* fa-file-alt */
.fa-file-alt:before {
  content: "\f15c";
}

/* fa-flag */
.fa-flag:before {
  content: "\f024";
}

/* fa-globe */
.fa-globe:before {
  content: "\f0ac";
}

/* fa-globe-americas */
.fa-globe-americas:before {
  content: "\f57d";
}

/* fa-heartbeat */
.fa-heartbeat:before {
  content: "\f21e";
}

/* fa-images */
.fa-images:before {
  content: "\f302";
}

/* fa-list */
.fa-list:before {
  content: "\f03a";
}

/* fa-map-marked-alt */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* fa-random */
.fa-random:before {
  content: "\f074";
}

/* fa-ruler-horizontal */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* fa-search */
.fa-search:before {
  content: "\f002";
}

/* fa-shopping-cart */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* fa-store */
.fa-store:before {
  content: "\f54e";
}

/* fa-table */
.fa-table:before {
  content: "\f0ce";
}

/* fa-tag */
.fa-tag:before {
  content: "\f02b";
}

/* fa-tags */
.fa-tags:before {
  content: "\f02c";
}

/* fa-th */
.fa-th:before {
  content: "\f00a";
}

/* fa-times-circle */
.fa-times-circle:before {
  content: "\f057";
}

/* fa-user-tag */
.fa-user-tag:before {
  content: "\f507";
}