/*!
 * Subset local de Font Awesome 6 Free (solo solid) — genera solo con
 * los íconos que usa aertec.com.ar. Ver package.json > build:icons.
 * Basado en Font Awesome Free 6.5.2 (fontawesome.com), CC BY 4.0 / SIL OFL 1.1 / MIT.
 */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('webfonts/fa-solid-900.woff2') format('woff2');
}

.fa, .fas {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-check::before{content:"\f00c"}
.fa-microchip::before{content:"\f2db"}
.fa-handshake::before{content:"\f2b5"}
.fa-shield-alt::before{content:"\f3ed"}
.fa-search::before{content:"\f002"}
.fa-file-excel::before{content:"\f1c3"}
.fa-file-pdf::before{content:"\f1c1"}
.fa-pencil-alt::before{content:"\f303"}
.fa-lock::before{content:"\f023"}
.fa-list::before{content:"\f03a"}
.fa-chevron-up::before{content:"\f077"}
.fa-chevron-down::before{content:"\f078"}
.fa-th-large::before{content:"\f009"}
.fa-newspaper::before{content:"\f1ea"}
.fa-envelope::before{content:"\f0e0"}
.fa-calendar-alt::before{content:"\f073"}
.fa-times::before{content:"\f00d"}
.fa-paperclip::before{content:"\f0c6"}
.fa-globe::before{content:"\f0ac"}
.fa-file-upload::before{content:"\f574"}
.fa-cloud-upload-alt::before{content:"\f0ee"}
.fa-file::before{content:"\f15b"}
.fa-save::before{content:"\f0c7"}
.fa-exclamation-triangle::before{content:"\f071"}
.fa-trash::before{content:"\f1f8"}
.fa-archive::before{content:"\f187"}
.fa-file-powerpoint::before{content:"\f1c4"}
.fa-file-word::before{content:"\f1c2"}
.fa-undo::before{content:"\f0e2"}
.fa-reply::before{content:"\f3e5"}
.fa-map-marker-alt::before{content:"\f3c5"}
