/* MasterTrend - Force font-display swap (FINAL OVERRIDE) */

/* FA Solid */
@font-face {
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal !important;
  font-weight: 900 !important;
  src: local('Font Awesome 5 Free'),
       url(/wp-content/webfonts/fa-solid-900.woff2) format("woff2") !important;
  font-display: swap !important;
}

/* FA Regular */
@font-face {
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  src: local('Font Awesome 5 Free'),
       url(/wp-content/webfonts/fa-regular-400.woff2) format("woff2") !important;
  font-display: swap !important;
}

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