@font-face {
  font-family: "flaticon";
  src: url("icofont.eot");
  src: url("icofont.eot?#iefix") format("embedded-opentype"),
       url("icofont.woff2") format("woff2"),
       url("icofont.woff") format("woff"),
       url("icofont.ttf") format("truetype"),
       url("icofont.svg#icofont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Optional: Define classes for icons */
.flaticon-trading::before {
  font-family: "flaticon";
  content: "\f104"; /* ← Replace with YOUR icon's code */
  font-size: 22px;
  display: inline-block;
}