@font-face {
  font-family: "icon";
  src: url("icon.eot");
  src: url("icon.eot#iefix") format("embedded-opentype"),
    url("icon.ttf") format("truetype"),
    url("icon.woff") format("woff"),
    url("icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ic {
  font-family: "icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-refresh:before {
  content: "\e984";
}

.ic-burger:before {
  content: "\e9bd";
}

.ic-cross:before {
  content: "\ea0f";
}

.ic-arrow-down:before {
  content: "\ea36";
}

.ic-chevron-down:before {
  content: "\ea36";
}

.ic-chevron-left:before {
  content: "\e904";
}

.ic-chevron-right:before {
  content: "\e905";
}