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

[class^="ti-"],
[class*=" ti-"] {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before,
.icon-base-pseudo,
.icon-check:before,
.icon-figure:before,
.icon-logo-part2:before,
.icon-play:before,
.icon-toggle:before {
  font-family: icons;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.icon-logo-part2:before {
  content: '\E004';
}
