/*!
 * Font Awesome 6 Free — subset local
 * Apenas os ícones efetivamente usados no site, para evitar carregar o
 * all.min.css completo (~87 KB) e uma origem externa (cdnjs).
 * Glifos e fontes extraídos do Font Awesome Free 6.0.0 (CC BY 4.0 / SIL OFL 1.1).
 */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/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("../webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas,
.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;
}

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

/* Ícones usados (solid) */
.fa-home:before { content: "\f015"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-globe:before { content: "\f0ac"; }
.fa-briefcase:before { content: "\f0b1"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-code:before { content: "\f121"; }
.fa-user:before { content: "\f007"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-tools:before { content: "\f7d9"; }

/* Ícone usado (brands) */
.fa-linkedin:before { content: "\f08c"; }
