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

[class^="icon-"]:before, [class*=" icon-"]:before{
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;

  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

}

.icon-facebook:before {
  content: "\f012a";
}
.icon-google:before {
  content: "\e647";
}
.icon-telegram:before {
  content: "\eaf9";
}
.icon-line:before {
  content: "\e63e";
}
.icon-twitter:before {
  content: "\e882";
}
.icon-wechat:before {
  content: "\e627";
}
.icon-weibo:before {
  content: "\e8da";
}
.icon-discord:before {
  content: "\ebf8";
}

.icon-up-open:before {
  content: "\e626";
}
.icon-left-open:before {
  content: "\e623";
}
.icon-right-open:before {
  content: "\e625 ";
}
.icon-menu:before {
  content: "\eaf1";
}
