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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 3rem;
  text-transform: none;
  line-height: 1;

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

.icon-VULTURELOGO:before {
  content: "\e900";
  color: var(--lt-txt-1);
  font-size: 10rem;
}
.icon-share2:before {
  content: "\ea82";
  color: var(--lt-txt-1);
}
.icon-facebook:before {
  content: "\ea90";
  color: var(--lt-txt-1);
}
.icon-instagram:before {
  content: "\ea92";
  color: var(--lt-txt-1);
}
.icon-spotify:before {
  content: "\ea94";
  color: var(--lt-txt-1);
}
.icon-twitter:before {
  content: "\ea96";
  color: var(--lt-txt-1);
}
.icon-youtube:before {
  content: "\ea9d";
  color: var(--lt-txt-1);
}
.icon-youtube2:before {
  content: "\ea9e";
  color: var(--lt-txt-1);
}
.icon-appleinc:before {
  content: "\eabe";
  color: var(--lt-txt-1);
}
.icon-soundcloud:before {
  content: "\eac3";
  color: var(--lt-txt-1);
}
.icon-soundcloud2:before {
  content: "\eac4";
  color: var(--lt-txt-1);
}

@media screen and (max-width: 768px){

.icon-VULTURELOGO:before {
  font-size: 7rem;
}
}
  