@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?2820a3852bdb9a5832199cc61cec4e65") format("woff2"),
url("./fonts/bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") 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-chevron-double-right::before {
    content: "\f280";
}
.bi-arrow-up-right::before {
    content: "\f144";
}
.bi-arrow-right::before {
    content: "\f138";
}
.bi-arrow-clockwise::before {
    content: "\f116";
}
.bi-telephone::before {
    content: "\f5c1";
}
.bi-envelope::before {
    content: "\f32f";
}
.bi-facebook::before {
    content: "\f344";
}
.bi-instagram::before {
    content: "\f437";
}
.bi-linkedin::before {
    content: "\f472";
}
.bi-twitter-x::before {
    content: "\f8db";
}
.bi-youtube::before {
    content: "\f62b";
}
.bi-x::before {
    content: "\f62a";
}

