@font-face {
  font-family: 'somethingelse';
  src:  url('fonts/icons/somethingelse.eot?1ywlx3');
  src:  url('fonts/icons/somethingelse.eot?1ywlx3#iefix') format('embedded-opentype'),
    url('fonts/icons/somethingelse.ttf?1ywlx3') format('truetype'),
    url('fonts/icons/somethingelse.woff?1ywlx3') format('woff'),
    url('fonts/icons/somethingelse.svg?1ywlx3#somethingelse') 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: 'somethingelse' !important;
  speak: never;
  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-search:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-whatsapp:before {
  content: "\e905";
}
.icon-youtube-full:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e907";
}
.icon-social-twitter:before {
  content: "\e908";
}
.icon-linkedin:before {
  content: "\e909";
}
.icon-facebook-rounded:before {
  content: "\e924";
}
.icon-vimeo:before {
  content: "\e925";
}
.icon-youtube:before {
  content: "\e926";
}
.icon-arrow-down:before {
  content: "\e90b";
}
.icon-check:before {
  content: "\e90c";
}
.icon-check-circle:before {
  content: "\e90d";
}
.icon-alert-triangle:before {
  content: "\e90e";
}
.icon-circle:before {
  content: "\e90f";
}
.icon-thumbs-up:before {
  content: "\e910";
}
.icon-cancel-c:before {
  content: "\e911";
}
.icon-cancel:before {
  content: "\e912";
}
.icon-message-square:before {
  content: "\e913";
}
.icon-heart-8bit:before {
  content: "\e918";
}
.icon-heart-8bit-empty:before {
  content: "\e919";
}
.icon-award:before {
  content: "\e91b";
}
.icon-coffee:before {
  content: "\e91c";
}
.icon-layout:before {
  content: "\e91d";
}
.icon-map:before {
  content: "\e91e";
}
.icon-monitor:before {
  content: "\e91f";
}
.icon-zap:before {
  content: "\e920";
}
.icon-arrow-down-circle:before {
  content: "\e921";
}
.icon-plus-circle:before {
  content: "\e922";
}
.icon-corner-right-down:before {
  content: "\e923";
}