@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.857a4283a688.woff2?8d200481aa7f02a2d63a331fc782cfaf") format("woff2"),
url("./fonts/bootstrap-icons.be6df3f0c985.woff?8d200481aa7f02a2d63a331fc782cfaf") 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-person-circle::before { 
    content: "\f4d7"; 
}

.bi-search::before {
    content: "\f52a";
}

.bi-trash::before {
    content: "\f5de";
}

.bi-bookmark-fill::before {
    content: "\f199";
}

.bi-eye-fill::before {
    content: "\f33e";
}


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