/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../font/bootstrap-icons.woff2") format("woff2"),
    url("../font/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-chat-text-fill::before {
  content: "\f266";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-heart::before {
  content: "\f417";
}

.bi-house::before {
  content: "\f425";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-person-raised-hand::before {
  content: "\f8f7";
}

.bi-person-walking::before {
  content: "\f8fa";
}

.bi-briefcase::before {
  content: "\f1cc";
}