@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "bakery" !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: "bakery" !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-breads:before {
  content: "a";
}
.icon-cakes:before {
  content: "b";
}
.icon-chef:before {
  content: "c";
}
.icon-cookies:before {
  content: "d";
}
.icon-crossant:before {
  content: "e";
}
.icon-fullset:before {
  content: "f";
}
.icon-fish:before {
  content: "g";
}
.icon-macaroons:before {
  content: "h";
}
.icon-pies:before {
  content: "i";
}
.icon-salad:before {
  content: "j";
}
