@charset "UTF-8";

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

}

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

.moifa-jaguar:before {
  content: "a";
}
.moifa-heart:before {
  content: "b";
}
.moifa-eat:before {
  content: "d";
}
.moifa-educator:before {
  content: "e";
}
.moifa-accessibility:before {
  content: "f";
}
.moifa-partners:before {
  content: "g";
}
.moifa-staff:before {
  content: "i";
}
.moifa-publications:before {
  content: "j";
}
.moifa-blog:before {
  content: "k";
}
.moifa-volunteer:before {
  content: "l";
}
.moifa-facebook:before {
  content: "n";
}
.moifa-nearby:before {
  content: "o";
}
.moifa-contact:before {
  content: "c";
}
.moifa-events:before {
  content: "h";
}
.moifa-exhibitions:before {
  content: "m";
}
