@font-face {
  font-family: 'eodIcons';
  src: url('/fonts/eodIcons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'eodIcons';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}


.icon-headset:before {
  content: "\e90c";
}
.icon-angle-right:before {
  content: "\e905";
}
.icon-blog:before {
  content: "\e906";
}
.icon-forum:before {
  content: "\e907";
}
.icon-linkedin:before {
  content: "\e908";
}
.icon-medium:before {
  content: "\e909";
}
.icon-reddit:before {
  content: "\e90a";
}
.icon-soc-x:before {
  content: "\e90b";
}
.icon-burger:before {
  content: "\e900";
}
.icon-close:before {
  content: "\e901";
}
.icon-login:before {
  content: "\e902";
}
.icon-logout:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
