@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "mike" !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^="mke-"]:before,
[class*=" mke-"]:before {
  font-family: "mike" !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;
}

.mke-001-tag:before {
  content: "\61";
}
.mke-002-calendar:before {
  content: "\62";
}
.mke-003-user:before {
  content: "\63";
}
.mke-004-instagram:before {
  content: "\64";
}
.mke-005-facebook:before {
  content: "\65";
}
.mke-006-phone-call:before {
  content: "\66";
}
.mke-007-mail:before {
  content: "\67";
}
.mke-008-placeholder:before {
  content: "\68";
}
.mke-009-right-arrow:before {
  content: "\69";
}
.mke-010-right-chevron:before {
  content: "\6a";
}
.mke-011-arrow-right:before {
  content: "\6b";
}
