@font-face {
  font-family: "icomoon";
  src: url("../webfont/icomoon.eot");
  src: url("../webfont/icomoon.eot") format("embedded-opentype"),
    url("../webfont/icomoon.woff") format("woff"),
    url("../webfont/icomoon.ttf") format("truetype"),
    url("../webfont/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  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-arrow:before {
  content: "\e902";
}
.icon-dot:before {
  content: "\e903";
}
.icon-line:before {
  content: "\e907";
}
.icon-tel:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-map:before {
  content: "\e910";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e90a";
}

