/* Force font-display for Flatsome icon font (fix PSI Mobile) */
@font-face {
  font-family: "fl-icons";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src:
    url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff2?v=3.19.11") format("woff2"),
    url("/wp-content/themes/flatsome/assets/css/icons/fl-icons.woff?v=3.19.11") format("woff");
}
