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

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/fa-brands-400.woff2') format('woff2');
  font-display: swap;
}

.fas {font-family: 'Font Awesome 6 Free'; font-weight:900;}
.fab {font-family: 'Font Awesome 6 Brands'; font-weight:400;}
.fa-bolt:before {content:"\f0e7";}
.fa-screwdriver-wrench:before {content:"\f7d9";}
.fa-house-chimney:before {content:"\f015";}
.fa-clipboard-check:before {content:"\f46c";}
.fa-phone:before {content:"\f095";}
.fa-whatsapp:before {content:"\f232";}