@font-face {
  font-family: 'simple-line-icons';
  src:  url('fonts/Simple-Line-Icons.eot?v=2.2.2');
  src:  url('fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'),
        url('fonts/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),
        url('fonts/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),
        url('fonts/Simple-Line-Icons.woff?v=2.2.2') format('woff'),
        url('fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/

.icon-social-pinterest,
.icon-social-facebook,
.icon-social-instagram {
  font-family: 'simple-line-icons';
  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-social-pinterest:before {
  content: "\e60b";
}
.icon-social-facebook:before {
  content: "\e00b";
}
.icon-social-instagram:before {
  content: "\e609";
}