/* Force font-display swap for icon/theme fonts (Lighthouse) */

/* Zoli theme font */
@font-face{
  font-family: zoli;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Elementor icons */
@font-face{
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* Font Awesome 5 Free (Solid 900 + Regular 400) */
@font-face{
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face{
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}