@charset "UTF-8";

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

}

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

.ic01-bowl:before {
  content: "\61";
}
.ic01-bru:before {
  content: "\62";
}
.ic01-chee:before {
  content: "\63";
}
.ic01-egg:before {
  content: "\64";
}
.ic01-fly:before {
  content: "\65";
}
.ic01-meat:before {
  content: "\66";
}
.ic01-aviv:before {
  content: "\67";
}
.ic01-stav:before {
  content: "\68";
}
.ic01-rain:before {
  content: "\69";
}
.ic01-sun:before {
  content: "\6a";
}
