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

[class^="iconmoon-"], [class*=" iconmoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'MyIcons' !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;
}

.iconmoon-x:before {
  content: "\e900";
}
.iconmoon-tiktok:before {
  content: "\e901";
}
