@font-face {
  font-family: 'ECOFont';
  src: url('../fonts/ECOFont.ttf?eizb5n') format('truetype'),
    url('../fonts/ECOFont.woff?eizb5n') format('woff'),
    url('../fonts/ECOFont.svg?eizb5n#ECOFont') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ECOFont' !important;
  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-question:before {
  content: "\e600";
}
.icon-list_objects:before {
  content: "\e601";
}
.icon-list_group_objects:before {
  content: "\e602";
}
.icon-search:before {
  content: "\e603";
}
.icon-arrow:before {
  content: "\e604";
}
.icon-move_list:before {
  content: "\e605";
}
.icon-checked:before {
  content: "\e606";
}
.icon-add_tab:before {
  content: "\e607";
}
.icon-arrow_horizontal:before {
  content: "\e608";
}
.icon-close:before {
  content: "\e609";
}
.icon-marker:before {
  content: "\e60a";
}

