@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap !important;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap !important;
}
@font-face {
  font-family: 'icomoon-the7-font';
  font-display: swap !important;
}
@font-face {
  font-family: 'icomoon-the7-font';
  font-display: swap !important;
}
@font-face {
  font-family: 'Defaults';
  font-display: swap !important;
}

/* --- Font Awesome Free / WPBakery override --- */
@font-face{
  font-family:'Font Awesome 6 Free';       /* regular + solid cùng family */
  font-style:normal;
  font-weight:400;                         /* regular 400 */
  src:url('/wp-content/plugins/js_composer/assets/lib/vendor/node_modules/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2') format('woff2');
  font-display:swap;
}
@font-face{
  font-family:'Font Awesome 6 Free';
  font-style:normal;
  font-weight:900;                         /* solid 900 */
  src:url('/wp-content/plugins/js_composer/assets/lib/vendor/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2') format('woff2');
  font-display:swap;
}
@font-face{
  font-family:'Font Awesome 6 Brands';
  font-style:normal;
  font-weight:400;
  src:url('/wp-content/plugins/js_composer/assets/lib/vendor/node_modules/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2') format('woff2');
  font-display:swap;
}