@font-face {
  font-family: 'icomoon';
  src:  url('icomoon.eot?4wku6m');
  src:  url('icomoon.eot?4wku6m#iefix') format('embedded-opentype'),
    url('icomoon.ttf?4wku6m') format('truetype'),
    url('icomoon.woff?4wku6m') format('woff'),
    url('icomoon.svg?4wku6m#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;
  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-instagram:before {
  content: "\e900a";
  color: #e6e6eb;
  font-size: 22px;
}
.icon-tiktok:before {
  content: "\e901a";
  color: #e6e6eb;
  font-size: 22px;
}
.icon-tiktok:hover:before,
.icon-instagram:hover:before {
  color: #ACACAE;
}
