/* GERADO POR scripts/gerar_fonte_icones.py — NÃO EDITE À MÃO.

   Subconjunto do bootstrap-icons 1.11.3 com os 89 ícones que o
   site público usa. O original tem ~2.000 glifos e 130 KB, vinha de
   cdn.jsdelivr.net e entrava no caminho crítico da primeira pintura com uma
   origem só para ele — DNS, TCP e TLS antes do primeiro byte, no 4G.

   Ícone novo no site exige rodar o script de novo. O teste
   site_publico/tests_icones.py falha quando alguém esquece, porque o sintoma
   natural é mudo: um retângulo vazio no lugar do desenho.
*/
/* A URL da fonte é ABSOLUTA, e isso não é preferência de estilo.

   Com `../fonts/…` ela resolve contra o endereço DESTE arquivo, o que está
   certo enquanto ele for buscado como arquivo. Mas a gravação de sessão
   (rrweb) copia o TEXTO das folhas do mesmo domínio para dentro do replay —
   e ali o texto vira um `<style>` numa página `/api/visitas/gravacoes/<n>/`.
   O `../fonts/` passa a apontar para `/api/visitas/fonts/…`, que não existe.

   O sintoma foi visto em 17/08/2026 e engana: no site o ícone aparece, e só
   ao ASSISTIR à gravação o botão do WhatsApp vira um círculo verde vazio.
   Quem olha conclui que o site está quebrado para aquele visitante.

   Antes de a fonte ser nossa isso não acontecia — ela vinha do jsDelivr, e
   folha de outro domínio o rrweb não consegue ler, então ele preservava o
   `<link>` com URL absoluta. Auto-hospedar tornou a folha legível, e o
   caminho relativo virou armadilha. */
@font-face {
  font-family: "bootstrap-icons";
  font-display: block;
  src: url("/static/site_publico/fonts/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-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-award::before { content: "\f154"; }
.bi-award-fill::before { content: "\f153"; }
.bi-bank2::before { content: "\f62f"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box-seam-fill::before { content: "\f7d3"; }
.bi-box2-heart::before { content: "\f70c"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-building::before { content: "\f1dd"; }
.bi-building-fill::before { content: "\f876"; }
.bi-buildings::before { content: "\f87d"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-lg::before { content: "\f633"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clock::before { content: "\f293"; }
.bi-clock-history::before { content: "\f292"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-download::before { content: "\f30a"; }
.bi-envelope::before { content: "\f32f"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-eye::before { content: "\f341"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-headset::before { content: "\f414"; }
.bi-heart::before { content: "\f417"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox::before { content: "\f42d"; }
.bi-instagram::before { content: "\f437"; }
.bi-layers::before { content: "\f45b"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-record-circle::before { content: "\f518"; }
.bi-recycle::before { content: "\f64f"; }
.bi-rulers::before { content: "\f523"; }
.bi-search::before { content: "\f52a"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-sort-down::before { content: "\f575"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-star-fill::before { content: "\f586"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-tools::before { content: "\f5db"; }
.bi-tree::before { content: "\f5e2"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-truck::before { content: "\f5ea"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-x::before { content: "\f62a"; }
.bi-x-lg::before { content: "\f659"; }
.bi-youtube::before { content: "\f62b"; }
