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

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

.icon-ChatGPT:before {
  content: "\e6a5";
}

.icon-deepseek:before {
  content: "\e608";
}

.icon-Claude:before {
  content: "\e843";
}

.icon-qwen:before {
  content: "\e6b5";
}

