@font-face {
  font-family: 'icon';
  src:  url('../font/icon.eot?10q3la');
  src:  url('../font/icon.eot?10q3la#iefix') format('embedded-opentype'),
    url('../font/icon.ttf?10q3la') format('truetype'),
    url('../font/icon.woff?10q3la') format('woff'),
    url('../font/icon.svg?10q3la#icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hours:before {
  content: "\e900";
}
.icon-envelope:before {
  content: "\e901";
}
.icon-map-pin:before {
  content: "\e902";
}
.icon-plumber:before {
  content: "\e903";
}
.icon-truck:before {
  content: "\e904";
}
