@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?9tsqcj');
  src:  url('./fonts/icomoon.eot?9tsqcj#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?9tsqcj') format('truetype'),
    url('./fonts/icomoon.woff?9tsqcj') format('woff'),
    url('./fonts/icomoon.svg?9tsqcj#icomoon') 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: 'icomoon' !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-find_in_page:before {
  content: "\e880";
}
.icon-open_in_new:before {
  content: "\e89e";
}
.icon-control_point:before {
  content: "\e3ba";
}
.icon-cancel:before {
  content: "\e5c9";
}
.icon-close:before {
  content: "\e5cd";
}
.icon-expand_more:before {
  content: "\e5cf";
}
.icon-more_horiz:before {
  content: "\e5d3";
}
.icon-check_circle:before {
  content: "\e86c";
}
.icon-delete:before {
  content: "\e872";
}

