@font-face {
  font-family: 'Entypo';
  src:
    url('fonts/Entypo.ttf?pllh73') format('truetype'),
    url('fonts/Entypo.woff?pllh73') format('woff'),
    url('fonts/Entypo.svg?pllh73#Entypo') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Entypo' !important;
  speak: none;
  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-light-up:before {
  content: "\e9cd";
}
.icon-link:before {
  content: "\e9cf";
}
.icon-phone:before {
  content: "\e9f4";
}

