@font-face {
  font-family: "bootstrap-icons";
  src: url("/fonts/bootstrap-icons.woff2") format("woff2"),
url("/fonts/bootstrap-icons.woff") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bi-check2::before { content: "\f272"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-envelope::before { content: "\f32f"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-linkedin::before { content: "\f472"; }
.bi-github::before { content: "\f3ed"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-tools::before { content: "\f5db"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-robot::before { content: "\f6b1"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
