/* Font Awesome LOCAL - Corrige rutas para uso local */

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
}

.fa,.fas,.far,.fab,.fal,.fad,.fat,.fass {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}

/* Iconos más comunes para el sistema */
.fa-home::before { content: "\f015"; }
.fa-user::before { content: "\f007"; }
.fa-users::before { content: "\f0c0"; }
.fa-cog::before { content: "\f013"; }
.fa-chart-bar::before { content: "\f080"; }
.fa-flask::before { content: "\f0c3"; }
.fa-tools::before { content: "\f7d9"; }
.fa-calendar::before { content: "\f133"; }
.fa-calendar-check::before { content: "\f274"; }
.fa-boxes::before { content: "\f468"; }
.fa-plus::before { content: "\f067"; }
.fa-edit::before { content: "\f044"; }
.fa-trash::before { content: "\f1f8"; }
.fa-eye::before { content: "\f06e"; }
.fa-download::before { content: "\f019"; }
.fa-upload::before { content: "\f093"; }
.fa-sync::before { content: "\f021"; }
.fa-search::before { content: "\f002"; }
.fa-filter::before { content: "\f0b0"; }
.fa-save::before { content: "\f0c7"; }
.fa-arrow-left::before { content: "\f060"; }
.fa-arrow-right::before { content: "\f061"; }
.fa-check::before { content: "\f00c"; }
.fa-times::before { content: "\f00d"; }
.fa-exclamation-triangle::before { content: "\f071"; }
.fa-info-circle::before { content: "\f05a"; }
.fa-check-circle::before { content: "\f058"; }
.fa-times-circle::before { content: "\f057"; }
.fa-bars::before { content: "\f0c9"; }
.fa-expand::before { content: "\f065"; }
.fa-compress::before { content: "\f066"; }
.fa-sun::before { content: "\f185"; }
.fa-moon::before { content: "\f186"; }
.fa-bell::before { content: "\f0f3"; }
.fa-envelope::before { content: "\f0e0"; }
.fa-gear::before { content: "\f013"; }
.fa-sign-out-alt::before { content: "\f2f5"; }
.fa-palette::before { content: "\f53f"; }
.fa-icons::before { content: "\f86d"; }
.fa-code::before { content: "\f121"; }
.fa-shield-alt::before { content: "\f3ed"; }
.fa-file-code::before { content: "\f1c9"; }
.fa-lightbulb::before { content: "\f0eb"; }
.fa-bolt::before { content: "\f0e7"; }
.fa-file-pdf::before { content: "\f1c1"; }
.fa-file-excel::before { content: "\f1c3"; }
.fa-chart-line::before { content: "\f201"; }
.fa-clock::before { content: "\f017"; }
.fa-thumbs-up::before { content: "\f164"; }