@font-face {
    font-family: 'sanchez';
    src: url('/public/fonts/Sanchez-Regular-webfont.eot');
    src: url('/public/fonts/Sanchez-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/public/fonts/Sanchez-Regular-webfont.woff') format('woff'),
         url('/public/fonts/Sanchez-Regular-webfont.ttf') format('truetype'),
         url('/public/fonts/Sanchez-Regular-webfont.svg#sanchezregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

[class*="ics-"] {
  font-family: 'icons-social';
  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;
}

.ics-twt:before {
  content: "\e602";
}
.ics-sha:before {
  content: "\e601";
}
.ics-rss:before {
  content: "\e600";
}
.ics-fbk:before {
  content: "\e603";
}
