/**
 * Font Awesome 6 - Compatibilità classi mgz-fa-* (Magezon)
 * Sostituisce fontawesome5.css rimuovendo il duplicato FA5.
 * Le classi mgz-fa-* usano il font FA6 già caricato.
 */
.mgz-fa-bars:before,
.mgz-fa-angle-down:before,
.mgz-fa-angle-up:before,
.mgz-fa-angle-left:before,
.mgz-fa-angle-right:before,
.mgz-fa-download:before,
.mgz-fa-ellipsis-v:before,
.mgz-fa-eye-slash:before,
.mgz-fa-caret-down:before,
.mgz-fa-caret-up:before,
.mgz-fa-arrow-up:before,
.mgz-fa-arrow-down:before,
.mgz-fa-font:before,
.mgz-fa-history:before,
.mgz-fa-paint-brush:before,
.mgz-fa-sync-alt:before,
.mgz-fa-chevron-up:before,
.mgz-fa-chevron-down:before,
.mgz-fa-chevron-left:before,
.mgz-fa-chevron-right:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
}

.mgz-fa-bars:before { content: "\f0c9"; }
.mgz-fa-angle-down:before { content: "\f107"; }
.mgz-fa-angle-up:before { content: "\f106"; }
.mgz-fa-angle-left:before { content: "\f104"; }
.mgz-fa-angle-right:before { content: "\f105"; }
.mgz-fa-download:before { content: "\f019"; }
.mgz-fa-ellipsis-v:before { content: "\f142"; }
.mgz-fa-eye-slash:before { content: "\f070"; }
.mgz-fa-caret-down:before { content: "\f0d7"; }
.mgz-fa-caret-up:before { content: "\f0d8"; }
.mgz-fa-arrow-up:before { content: "\f062"; }
.mgz-fa-arrow-down:before { content: "\f063"; }
.mgz-fa-font:before { content: "\f031"; }
.mgz-fa-history:before { content: "\f1da"; }
.mgz-fa-paint-brush:before { content: "\f1fc"; }
.mgz-fa-sync-alt:before { content: "\f2f1"; }
.mgz-fa-chevron-up:before { content: "\f077"; }
.mgz-fa-chevron-down:before { content: "\f078"; }
.mgz-fa-chevron-left:before { content: "\f053"; }
.mgz-fa-chevron-right:before { content: "\f054"; }

/* Icone brand (social) - usano Font Awesome 6 Brands */
.mgz-fa-facebook-f:before,
.mgz-fa-twitter:before,
.mgz-fa-pinterest-p:before,
.mgz-fa-linkedin-in:before,
.mgz-fa-tumblr:before,
.mgz-fa-instagram:before,
.mgz-fa-skype:before,
.mgz-fa-flickr:before,
.mgz-fa-dribbble:before,
.mgz-fa-youtube:before,
.mgz-fa-vimeo-v:before,
.mgz-fa-rss:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
}

.mgz-fa-facebook-f:before { content: "\f39e"; }
.mgz-fa-twitter:before { content: "\f099"; }
.mgz-fa-pinterest-p:before { content: "\f231"; }
.mgz-fa-linkedin-in:before { content: "\f0e1"; }
.mgz-fa-tumblr:before { content: "\f173"; }
.mgz-fa-instagram:before { content: "\f16d"; }
.mgz-fa-skype:before { content: "\f17e"; }
.mgz-fa-flickr:before { content: "\f16e"; }
.mgz-fa-dribbble:before { content: "\f17d"; }
.mgz-fa-youtube:before { content: "\f167"; }
.mgz-fa-vimeo-v:before { content: "\f27d"; }
.mgz-fa-rss:before { content: "\f09e"; }

/* Utility classes usate da Magezon (senza fontawesome5.css) */
.mgz-fa-lg { font-size: 1.33333em; line-height: .75em; vertical-align: -.0667em; }
.mgz-fa-2x { font-size: 2em; }
.mgz-fa-fw { text-align: center; width: 1.25em; }
