@charset "UTF-8";

@font-face {
  font-family: "regular-icons";
  src: url("../fonts/regular-icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "regular-icons" !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: "regular-icons" !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-icon-facebook:before {
  content: "b";
}
.icon-icon-linkedin:before {
  content: "l";
}
.icon-icon-twitter:before {
  content: "t";
}
.icon-icon-behance:before {
  content: "e";
}
.icon-record-2:before {
  content: "r";
}
.icon-remove-delete-circle:before {
  content: "x";
}
.icon-youtube-play:before {
  content: "p";
}
.icon-chevron-up-circle:before {
  content: "u";
}
.icon-chevron-down-circle:before {
  content: "d";
}
.icon-arrow-circle-1-right:before {
  content: "a";
}
.icon-arrow-circle-1-left:before {
  content: "c";
}
.icon-left-circle:before {
  content: "f";
}
.icon-right:before {
  content: "g";
}
