/* Critical FontAwesome Icons */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Font Awesome 6 Free');
}

/* Only icons visible in the viewport without scrolling */
.fas.fa-envelope::before { content: "\f0e0"; }  /* Header contact email */
.fab.fa-whatsapp::before { content: "\f232"; }  /* Header contact WhatsApp */
.fas.fa-home::before { content: "\f015"; }      /* First nav dot */
.fas.fa-handshake::before { content: "\f2b5"; } /* Second nav dot */
.fas.fa-star::before { content: "\f005"; }      /* Third nav dot */
.fas.fa-chevron-up::before { content: "\f077"; } /* Back to top button */

/* Base icon styles */
.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;
}