@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/fa-light-300.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.fa,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fal { font-weight: 300; }
.far { font-weight: 400; }
.fas { font-weight: 900; }

.fa-fingerprint:before { content: "\f577"; }
.fa-lock:before { content: "\f023"; }
.fa-users:before { content: "\f0c0"; }
.fa-globe:before { content: "\f0ac"; }
.fa-box:before { content: "\f466"; }
.fa-server:before { content: "\f233"; }
.fa-layer-group:before { content: "\f5fd"; }
.fa-chart-line:before { content: "\f201"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-cubes:before { content: "\f1b3"; }
.fa-network-wired:before { content: "\f6ff"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-industry:before { content: "\f275"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-warehouse:before { content: "\f494"; }
.fa-building:before { content: "\f1ad"; }
.fa-chart-column:before { content: "\e0e3"; }
.fa-check:before { content: "\f00c"; }
.fa-file-invoice:before { content: "\f570"; }
.fa-shield-halved:before { content: "\f3ed"; }
