/* Font Awesome 4.7 (vecchio, ancora usato dal tema) */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome 6 Pro */
@font-face {
  font-family: 'Font Awesome 6 Pro';
  src: url('/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome 5 Free */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('/webfonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Font Awesome 5 Brands */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('/webfonts/fa-brands-400.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Elementor / Leo eicons */
@font-face {
  font-family: 'eicons';
  src: url('/fonts/eicons.woff2?5.11.0') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
