@font-face {
  font-display: swap;
  font-family: "bootstrap-icons";
  src: url("bootstrap-icons-subset.woff2") format("woff2");
  font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.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;
}

/* Uniquement les icônes utilisées sur ta page d'accueil */
.bi-person-workspace::before { content: "\f67a"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-heart-pulse::before { content: "\f409"; }
.bi-brightness-high::before { content: "\f76f"; }
.bi-bell::before { content: "\f18a"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-check2::before { content: "\f272"; }
.bi-envelope::before { content: "\f32f"; }
.bi-star-fill::before { content: "\f586"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-send::before { content: "\f6c0"; }