/* Font Awesome Local - Configuración para fuentes locales */

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

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

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

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

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

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* Iconos de marcas (brands) */
.fa-angular:before {
  content: "\f420";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-react:before {
  content: "\f41b";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-docker:before {
  content: "\f395";
}

.fa-aws:before {
  content: "\f375";
}

.fa-github:before {
  content: "\f09b";
}

.fa-android:before {
  content: "\f17b";
}

.fa-facebook:before {
  content: "\f39e";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-whatsapp:before {
  content: "\f232";
}

/* Iconos sólidos (solid) */
.fa-code:before {
  content: "\f121";
}

.fa-server:before {
  content: "\f233";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-desktop:before {
  content: "\f390";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-headset:before {
  content: "\f590";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-clock:before {
  content: "\f017";
}

.fa-comments:before {
  content: "\f086";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-robot:before {
  content: "\f544";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-robot:before {
  content: "\f544";
}

/* Estilos básicos */
.fa,
.fas,
.far,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
