/* Font Awesome Minimal - Apenas ícones usados */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/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(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/webfonts/fa-brands-400.woff2) format('woff2');
}

.fas, .fa-solid {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.fab, .fa-brands {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
}

.fas, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* Ícones específicos usados no site */
.fa-shoe-prints:before { content: "\f54b"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-award:before { content: "\f559"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-user-md:before { content: "\f0f0"; }
.fa-book:before { content: "\f02d"; }
.fa-microscope:before { content: "\f610"; }
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-star:before { content: "\f005"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-clock:before { content: "\f017"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: "\f167"; }
.fa-check:before { content: "\f00c"; }
.fa-heart:before { content: "\f004"; }
