@charset "UTF-8";

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

}

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

.custom-icon-eat-food-fork-knife-streamline:before {
  content: "\61";
}
.custom-icon-music:before {
  content: "\62";
}
.custom-icon-cocktail-mojito-streamline:before {
  content: "\63";
}
.custom-icon-cutlery:before {
  content: "\64";
}
