@font-face {
  font-family: "customIcons";
  src: url("./customIcons.woff2?43b2d4b327e4d41500cd10f85b75875a") format("woff2"),
url("./customIcons.woff?43b2d4b327e4d41500cd10f85b75875a") format("woff"),
url("./customIcons.ttf?43b2d4b327e4d41500cd10f85b75875a") format("truetype"),
url("./customIcons.eot?43b2d4b327e4d41500cd10f85b75875a#iefix") format("embedded-opentype"); 
 
}

[class^="icon-"], [class*=" icon-"] {
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-family: "customIcons" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-book-now:before {
  content: "\e002";
}
.icon-phone:before {
  content: "\e001";
}
