@font-face {
  font-family: 'simple-line-icons';
  src: url('../fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'),
       url('../fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff');
  font-weight: normal;
  font-style: normal;
}

.icon-music-tone-alt,
.icon-camrecorder,
.icon-social-soundcloud,
.icon-social-linkedin,
.icon-social-youtube {
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-music-tone-alt:before { content: "\e061"; }
.icon-camrecorder:before    { content: "\e07e"; }
.icon-social-soundcloud:before { content: "\e612"; }
.icon-social-linkedin:before   { content: "\e60a"; }
.icon-social-youtube:before    { content: "\e008"; }
