@font-face {
    font-family: "bootstrap-icons";
    src: url("../webfonts/bootstrap-iconsbe27.woff2?e2f6e48459d8b0f394eea57aba940179") format("woff2"),
  url("../webfonts/bootstrap-iconsbe27.woff?e2f6e48459d8b0f394eea57aba940179") format("woff");
  }
  
  .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-arrow-right-short::before { content: "\f135"; }
  .bi-star-fill::before { content: "\f586"; }
  .bi-star-half::before { content: "\f587"; }
  .bi-telephone-fill::before { content: "\f5b4"; }
