/* Bootstrap Icons Font Face */
@font-face {
  font-display: swap; /* Changed from 'block' to 'swap' */
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/fonts/bootstrap-icons.woff2?2820a3852bdb9a5832199cc61cec4e65") format("woff2"),
       url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/fonts/bootstrap-icons.woff?2820a3852bdb9a5832199cc61cec4e65") format("woff");
}

/* Icon base styles */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important; /* Changed from 'normal' to '400' */
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  /* Add to prevent invisible icons during load */
  content: "□"; /* Fallback character */
  font-family: sans-serif !important;
}

/* Apply actual icon only when font is loaded */
.fonts-loaded .bi::before,
.fonts-loaded [class^="bi-"]::before,
.fonts-loaded [class*=" bi-"]::before {
  font-family: bootstrap-icons !important;
  content: ""; /* Remove fallback character */
}

/* Individual icon definitions */
.bi-people-fill::before { content: "\f4cf"; }
.bi-award-fill::before { content: "\f153"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-question-circle::before { content: "\f505"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-stars::before { content: "\f589"; }
.bi-heart::before { content: "\f417"; }
.bi-book::before { content: "\f194"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-quote::before { content: "\f6b0"; }
.bi-star-fill::before { content: "\f586"; }
.bi-eye::before { content: "\f341"; }
.bi-people::before { content: "\f4d0"; }
.bi-tree::before { content: "\f5e2"; }
.bi-geo-alt::before { content: "\f3e8"; }