/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

/* Font Face Definitions */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2");
}

/* Base Classes */
.fa,
.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Icon Definitions - Only the ones we use */
.fa-rocket:before { content: "\f135"; }
.fa-globe:before { content: "\f0ac"; }
.fa-leaf:before { content: "\f06c"; }
.fa-stethoscope:before { content: "\f0f1"; }
.fa-microphone-alt:before { content: "\f3c9"; }
.fa-eye:before { content: "\f06e"; }
.fa-microscope:before { content: "\f610"; }
.fa-bullseye:before { content: "\f140"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-chart-line:before { content: "\f201"; }
.fa-search:before { content: "\f002"; }
.fa-scroll:before { content: "\f70e"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-comments:before { content: "\f086"; } 