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

i.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon-social' !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.icon-facebook:before {
  content: "\46";
}
.icon.icon-twitter:before {
  content: "\54";
}
.icon.icon-yelp:before {
  content: "\59";
}
.icon.icon-mastodon:before {
  content: url(/img/mastodon.svg);
  width: 1.4em;
  display: inline-block;
  margin-top: .22em;
}

