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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !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";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-tiktok:before {
  content: "\e902";
}
