@font-face {
  font-family: eicons;
  src: url("/fonts/eicons.woff2") format("woff2"),
    url("/fonts/eicons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class*=" eicon-"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eicon-menu-bar:before {
  content: "\e816";
}
.eicon-close:before {
  content: "\e87f";
}
