/* Font Awesome 6.4.0 - Self-hosted subset - MDD Consultoria */
/* Apenas os ícones utilizados no site */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/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("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/webfonts/fa-brands-400.woff2") format("woff2");
}

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

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

/* Ícones usados no site */
.fa-arrow-right::before      { content: "\f061"; }
.fa-bars::before             { content: "\f0c9"; }
.fa-box-open::before         { content: "\f49e"; }
.fa-bullseye::before         { content: "\f140"; }
.fa-chart-line::before       { content: "\f201"; }
.fa-check::before            { content: "\f00c"; }
.fa-check-circle::before     { content: "\f058"; }
.fa-clipboard-check::before  { content: "\f46c"; }
.fa-envelope::before         { content: "\f0e0"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-file-invoice-dollar::before  { content: "\f571"; }
.fa-headset::before          { content: "\f590"; }
.fa-heartbeat::before        { content: "\f21e"; }
.fa-hospital::before         { content: "\f0f8"; }
.fa-hospital-user::before    { content: "\f80d"; }
.fa-laptop-code::before      { content: "\f5fc"; }
.fa-map-marker-alt::before   { content: "\f3c5"; }
.fa-phone-alt::before        { content: "\f879"; }
.fa-play-circle::before      { content: "\f144"; }
.fa-project-diagram::before  { content: "\f542"; }
.fa-times::before            { content: "\f00d"; }
.fa-user-tie::before         { content: "\f508"; }
.fa-whatsapp::before         { content: "\f232"; }
