@charset "UTF-8";
@font-face {
  font-family: 'social';
  src:
    url('social/social.ttf?r6wmgs') format('truetype'),
    url('social/social.woff?r6wmgs') format('woff'),
    url('social/social.svg?r6wmgs#social') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

.sc-envelope:before {
  content: "\e900";
}
.sc-mail:before {
  content: "\e900";
}
.sc-email:before {
  content: "\e900";
}
.sc-contact:before {
  content: "\e900";
}
.sc-facebook:before {
  content: "\ea90";
}
.sc-instagram:before {
  content: "\ea92";
}
.sc-twitter:before {
  content: "\ea96";
}
.sc-youtube:before {
  content: "\ea9e";
}
.sc-linkedin:before {
  content: "\eaca";
}
.sc-pinterest:before {
  content: "\ead1";
}
.sc-yelp:before {
  content: "\ead7";
}

