@charset "UTF-8";

@font-face {
  font-family: "fluentify";
  src:url("fonts/fluentify.eot");
  src:url("fonts/fluentify.eot?#iefix") format("embedded-opentype"),
    url("fonts/fluentify.woff") format("woff"),
    url("fonts/fluentify.ttf") format("truetype"),
    url("fonts/fluentify.svg#fluentify") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "fluentify" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none; */
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fluentify" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  /* speak: none;*/
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\61";
}
.icon-play:before {
  content: "\63";
}
.icon-arrow-green-left:before {
  content: "\64";
}
.icon-arrow-green-right:before {
  content: "\65";
}
.icon-arrow-grey-left:before {
  content: "\66";
}
.icon-arrow-grey-right:before {
  content: "\67";
}
.icon-arrow-light-left:before {
  content: "\68";
}
.icon-arrow-light-right:before {
  content: "\69";
}
.icon-login:before {
  content: "\6b";
}
.icon-download:before {
  content: "\62";
}
.icon-link:before {
  content: "\6a";
}
.icon-whitepaper:before {
  content: "\6c";
}
