@font-face {
  font-family: "Font Awesome 6 Solid";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/icons/webfonts/fa-solid-900.woff2") format("woff2"),
       url("/assets/icons/webfonts/fa-solid-900.ttf") format("truetype");
}

.fas {
  font-family: "Font Awesome 6 Solid";
  font-style: normal;
  font-weight: 900;
}

.fa-network-wired:before { content: "\f6ff"; }
.fa-server:before { content: "\f233"; }
.fa-wifi:before { content: "\f1eb"; } 
.fa-sitemap:before { content: "\f0e8"; }
.fa-link:before { content: "\f0c1"; } 
.fa-map-marker-alt:before { content: "\f3c5"; }
.fa-globe:before { content: "\f0ac"; } 
.fa-clock:before { content: "\f017"; } 
.fa-mobile-alt:before { content: "\f3cd"; }
.fa-shield-alt:before { content: "\f132"; }
.fa-magnifying-glass:before { content: "\f002"; }

