@charset "utf-8";
/* CSS Document */
/* === FontAwesome subset - solo LinkedIn e Instagram === */

/* Importa il font */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fontawesome/webfonts/fa-brands-400.woff2') format('woff2');
}

/* Classe base */
.fab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Icone specifiche */
.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-instagram:before {
  content: "\f16d";
}