/* Bootstrap Icons LOCAL - Corrige rutas para uso local */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.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;
}

/* Iconos más comunes del sistema */
.bi-speedometer2::before { content: "\f65a"; }
.bi-shield-x::before { content: "\f62f"; }
.bi-exclamation-triangle-fill::before { content: "\f31e"; }
.bi-exclamation-triangle::before { content: "\f31f"; }
.bi-tools::before { content: "\f693"; }
.bi-gear-fill::before { content: "\f3a2"; }
.bi-bug-fill::before { content: "\f1c6"; }
.bi-wrench-adjustable::before { content: "\f6d9"; }
.bi-rocket-takeoff::before { content: "\f5e1"; }
.bi-info-circle-fill::before { content: "\f432"; }
.bi-check-circle::before { content: "\f26a"; }
.bi-check-circle-fill::before { content: "\f26b"; }
.bi-house-fill::before { content: "\f425"; }
.bi-people-fill::before { content: "\f4f2"; }
.bi-building::before { content: "\f1f2"; }
.bi-box::before { content: "\f1b9"; }
.bi-calendar3::before { content: "\f1f6"; }
.bi-gear::before { content: "\f3a1"; }
.bi-pie-chart-fill::before { content: "\f507"; }

/* Agregue más iconos según sea necesario */