/* Font Awesome 6.4.0 — subset: only icons used on invosis.com */

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

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

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

.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
}

/* Solid icons */
.fa-home::before, .fa-house::before { content: "\f015"; }
.fa-cogs::before, .fa-gears::before { content: "\f085"; }
.fa-map-signs::before, .fa-signs-post::before { content: "\f277"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-chart-bar::before, .fa-chart-simple::before { content: "\e473"; }
.fa-robot::before { content: "\f544"; }
.fa-brain::before { content: "\f5dc"; }
.fa-phone-alt::before, .fa-phone-flip::before { content: "\f879"; }
.fa-flask::before { content: "\f0c3"; }
.fa-rocket::before { content: "\f135"; }
.fa-chart-line::before { content: "\f201"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-paper-plane::before { content: "\f1d8"; }

/* Brand icons */
.fa-whatsapp::before { content: "\f232"; }
