@charset "UTF-8";

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

}

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

.nowaco-icon-burger:before {
  content: "\e000";
}
.nowaco-icon-cheese:before {
  content: "\e001";
}
.nowaco-icon-fish:before {
  content: "\e002";
}
.nowaco-icon-fries:before {
  content: "\e003";
}
.nowaco-icon-spread:before {
  content: "\e004";
}
.nowaco-icon-vegetables:before {
  content: "\e005";
}
.nowaco-icon-kilograms:before {
  content: "\e006";
}
.nowaco-icon-temperature:before {
  content: "\e007";
}
