@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.ttf?t=1741093136412') format('truetype');
}

.custom-icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icons_flod:before {
  content: "\e63f";
}

.icon-icons_unflod:before {
  content: "\e646";
}

.icon-language:before {
  content: "\e61c";
}

