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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'digitaldot' !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-mail-envelope-open:before {
  content: "\e901";
}
.icon-chevron-thin-down:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-pinterest:before {
  content: "\e902";
}
.icon-twitter:before {
 content: url(/wp-content/uploads/2023/09/digitaldot_twitter.svg);
}
.icon-phone:before {
  content: "\e942";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-linkedin2:before {
  content: "\eaca";
}
.icon-yelp:before {
  content: "\ead7";
}
