@font-face {
  font-family: 'icomoon';
  src:  url('icons/icomoon.eot?mbfrms');
  src:  url('icons/icomoon.eot?mbfrms#iefix') format('embedded-opentype'),
    url('icons/icomoon.ttf?mbfrms') format('truetype'),
    url('icons/icomoon.woff?mbfrms') format('woff'),
    url('icons/icomoon.svg?mbfrms#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 icons */
  font-family: 'icomoon' !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-facebook:before {
  content: "\e900";
  color: #1877f2;
}
.icon-instagram:before {
  content: "\e901";
  color: #e4405f;
}
.icon-line:before {
  content: "\e902";
  color: #00c300;
}
.icon-tiktok:before {
  content: "\e903";
}
.icon-twitch:before {
  content: "\e904";
  color: #6441a4;
}
.icon-x:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
  color: #f00;
}
.icon-home:before {
  content: "\e907";
}
