/* Font Awesome 6.5.2 — subconjunto com só os ícones usados no site,
   gerado com fonttools a partir dos webfonts oficiais. Mesmas classes
   da biblioteca completa (fa-solid/fa-regular/fa-brands + fa-{nome}),
   então nenhum HTML precisou mudar. */

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

@font-face {
  font-family: "Font Awesome 6 Free";
  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 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/fa-brands-400.woff2") format("woff2");
}

.fa-solid,
.fa-regular,
.fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-solid,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-solid {
  font-weight: 900;
}

.fa-regular {
  font-weight: 400;
}

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

.fa-solid:before,
.fa-regular:before,
.fa-brands:before {
  content: var(--fa-content);
}

.fa-github     { --fa-content: "\f09b"; }
.fa-linkedin-in { --fa-content: "\f0e1"; }
.fa-whatsapp   { --fa-content: "\f232"; }
.fa-copy       { --fa-content: "\f0c5"; }
.fa-arrow-right { --fa-content: "\f061"; }
.fa-arrow-up   { --fa-content: "\f062"; }
.fa-arrow-up-right-from-square { --fa-content: "\f08e"; }
.fa-check      { --fa-content: "\f00c"; }
.fa-chevron-right { --fa-content: "\f054"; }
.fa-circle-check { --fa-content: "\f058"; }
.fa-code       { --fa-content: "\f121"; }
.fa-comment    { --fa-content: "\f075"; }
.fa-folder-open { --fa-content: "\f07c"; }
.fa-gauge-high { --fa-content: "\f625"; }
.fa-house      { --fa-content: "\f015"; }
.fa-layer-group { --fa-content: "\f5fd"; }
.fa-plug       { --fa-content: "\f1e6"; }
.fa-robot      { --fa-content: "\f544"; }
.fa-server     { --fa-content: "\f233"; }
.fa-shield-halved { --fa-content: "\f3ed"; }
.fa-tag        { --fa-content: "\f02b"; }
.fa-terminal   { --fa-content: "\f120"; }
.fa-envelope   { --fa-content: "\f0e0"; }
.fa-bars       { --fa-content: "\f0c9"; }
.fa-xmark      { --fa-content: "\f00d"; }
