/*
 * Histopathus - Bootstrap Icons (subconjunto local)
 *
 * Gerado do bootstrap-icons 1.11.3 contendo APENAS os 32 icones usados no site,
 * em vez dos 2.049 originais. Servido pelo proprio dominio (sem CDN externa).
 *
 * ATENCAO: ao usar um icone novo do Bootstrap no HTML, ele precisa ser adicionado
 * a este subconjunto, senao nao aparecera. As classes incluidas estao listadas abaixo.
 */

@font-face {
  font-family: 'bootstrap-icons';
  font-display: swap;
  src: url('bootstrap-icons-subset.woff2') format('woff2');
}

.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-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-lg::before { content: "\f633"; }
.bi-clipboard2-check::before { content: "\f725"; }
.bi-clipboard2-pulse::before { content: "\f730"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-display::before { content: "\f302"; }
.bi-download::before { content: "\f30a"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-instagram::before { content: "\f437"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-star-fill::before { content: "\f586"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-truck::before { content: "\f5ea"; }
.bi-virus2::before { content: "\f828"; }
.bi-whatsapp::before { content: "\f618"; }
