@font-face {
  font-family: "customIcons";
  src: url("./customIcons.woff2?aa83799ef275e74d8a9bb75170bde521") format("woff2"),
url("./customIcons.woff?aa83799ef275e74d8a9bb75170bde521") format("woff"),
url("./customIcons.ttf?aa83799ef275e74d8a9bb75170bde521") format("truetype"),
url("./customIcons.eot?aa83799ef275e74d8a9bb75170bde521#iefix") format("embedded-opentype"); 
 
}

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

.icon-facebook:before {
  content: "\e001";
}
.icon-instagram:before {
  content: "\e003";
}
.icon-learn-more-arrow:before {
  content: "\e004";
}
.icon-linkedin:before {
  content: "\e002";
}
.icon-right-arrow-slider:before {
  content: "\e008";
}
.icon-right-arrow:before {
  content: "\e005";
}
.icon-tiktok:before {
  content: "\e007";
}
.icon-x:before {
  content: "\e012";
}
.icon-youtube:before {
  content: "\e006";
}
