/*!
 * Local bootstrap-style icon mappings
 * Icons use the already bundled Font Awesome webfont to avoid external requests
 * while preserving the existing .bi class names used in templates.
 */
.bi {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-phone::before {
  content: "\f095";
  font-weight: 900;
}

.bi-envelope::before {
  content: "\f0e0";
  font-weight: 900;
}

.bi-globe::before {
  content: "\f0ac";
  font-weight: 900;
}
