@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "md-iconset" !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: "md-iconset" !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-gluten-free:before {
  content: "\61";
}
.icon-highlight:before {
  content: "\62";
}
.icon-inhouse:before {
  content: "\63";
}
.icon-takeaway:before {
  content: "\64";
}
.icon-vegan:before {
  content: "\65";
}
.icon-lactose-free:before {
  content: "\66";
}
