@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?lauaal");
  src: url("../fonts/icon.eot?lauaal#iefix") format("embedded-opentype"),
    url("../fonts/icon.ttf?lauaal") format("truetype"), url("../fonts/icon.woff?lauaal") format("woff"),
    url("../fonts/icon.svg?lauaal#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  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-arrow-d:before {
  content: "\e900";
}
.icon-arrow-l:before {
  content: "\e901";
}
.icon-arrow-r:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e903";
}
.icon-close:before {
  content: "\e904";
}
.icon-comment:before {
  content: "\e905";
}
.icon-dislike:before {
  content: "\e906";
}
.icon-eye:before {
  content: "\e907";
}
.icon-heart:before {
  content: "\e908";
}
.icon-heart-full:before {
  content: "\e909";
}
.icon-like:before {
  content: "\e90a";
}
.icon-link:before {
  content: "\e90b";
}
.icon-mail:before {
  content: "\e90c";
}
.icon-minus:before {
  content: "\e90d";
}
.icon-plus:before {
  content: "\e90e";
}
.icon-question:before {
  content: "\e90f";
}
.icon-search:before {
  content: "\e910";
}
.icon-send:before {
  content: "\e911";
}
.icon-share:before {
  content: "\e912";
}
.icon-update:before {
  content: "\e913";
}
