/*!
 * Local icon subset based on Font Awesome Free 6.7.2.
 * Keeps the same visual rendering while loading only the icons used on this site.
 */

@font-face {
  font-family: "Ricciardi Icons Solid";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Ricciardi Icons Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

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

.fa-solid {
  font-family: "Ricciardi Icons Solid";
  font-weight: 900;
}

.fa-brands {
  font-family: "Ricciardi Icons Brands";
  font-weight: 400;
}

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

.fa-screwdriver-wrench { --fa: "\f7d9"; }
.fa-droplet { --fa: "\f043"; }
.fa-faucet-drip { --fa: "\e006"; }
.fa-bolt { --fa: "\f0e7"; }
.fa-robot { --fa: "\f544"; }
.fa-battery-half { --fa: "\f242"; }
.fa-chevron-left { --fa: "\f053"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-phone-volume { --fa: "\f2a0"; }
.fa-mobile-screen-button { --fa: "\f3cd"; }
.fa-envelope { --fa: "\f0e0"; }
.fa-location-dot { --fa: "\f3c5"; }
.fa-route { --fa: "\f4d7"; }
.fa-facebook-f { --fa: "\f39e"; }
.fa-instagram { --fa: "\f16d"; }
.fa-arrow-up { --fa: "\f062"; }
