@charset "UTF-8";

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

}

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

.apex-custom-apple:before {
  content: "\e000";
}
.apex-custom-beer-glass:before {
  content: "\e001";
}
.apex-custom-birthsdaycake:before {
  content: "\e002";
}
.apex-custom-bottle-wine:before {
  content: "\e003";
}
.apex-custom-bread:before {
  content: "\e004";
}
.apex-custom-carton-milk:before {
  content: "\e005";
}
.apex-custom-cheese:before {
  content: "\e006";
}
.apex-custom-coffee-cup:before {
  content: "\e007";
}
.apex-custom-cup-1:before {
  content: "\e008";
}
.apex-custom-cup-2:before {
  content: "\e009";
}
.apex-custom-drink-glass:before {
  content: "\e00a";
}
.apex-custom-food:before {
  content: "\e00b";
}
.apex-custom-food-serving:before {
  content: "\e00c";
}
.apex-custom-fork-knife:before {
  content: "\e00d";
}
.apex-custom-glass-1:before {
  content: "\e00e";
}
.apex-custom-glass-2:before {
  content: "\e00f";
}
.apex-custom-glass-martini:before {
  content: "\e010";
}
.apex-custom-glass-wine:before {
  content: "\e011";
}
.apex-custom-grapes:before {
  content: "\e012";
}
.apex-custom-teapot:before {
  content: "\e013";
}
