@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "modus" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "modus" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-magnifier:before {
  content: "a";
}
.icon-balloon:before {
  content: "b";
}
.icon-cloud-download:before {
  content: "c";
}
.icon-document:before {
  content: "d";
}
.icon-plane-paper:before {
  content: "e";
}
.icon-call-out:before {
  content: "f";
}
.icon-edit:before {
  content: "g";
}
.icon-arrow-right:before {
  content: "h";
}
.icon-arrow-left:before {
  content: "i";
}
.icon-arrow-down:before {
  content: "j";
}
