@font-face {
  font-family: 'SocialIcons';
  src: url('/fonts/SocialIcons.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.social-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SocialIcons' !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;
}

.instagram-icon:before {
  content: "\e900";
}
.linkedin-icon:before {
  content: "\e901";
}
.tiktok-icon:before {
  content: "\e902";
}
.x-icon:before {
  content: "\e903";
}