@font-face {
  font-family: "Accredible-icon-font";
  font-weight: 400;
  font-style: normal;
  src:
    url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.woff2") format("woff2"),
    url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.woff") format("woff"),
    url("/assets/fonts/acc-new-icon-font/Accredible-icon-font.ttf") format("truetype");
  font-display: block;
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
}

.icon-download:before { content: "\e918"; }
.icon-share1:before { content: "\e958"; }
.icon-embed-code:before { content: "\e955"; }
.icon-help1:before { content: "\e956"; }
.icon-linkedin1:before { content: "\e901"; }
.icon-facebook1:before { content: "\e900"; }
.icon-x1:before { content: "\e97a"; }
.icon-whatsapp1:before { content: "\e9a8"; }
.icon-menu-kebab:before { content: "\e920"; }
.icon-linkedin:before { content: "\e978"; }
.icon-verified:before { content: "\e93e"; }
.icon-copy:before { content: "\e91b"; }
.icon-external:before { content: "\e921"; }
