@font-face {
  font-family: 'social';
  src:
    url('/fonts/social.ttf?f78a8v') format('truetype'),
    url('/fonts/social.woff?f78a8v') format('woff'),
    url('/fonts/social.svg?f78a8v#social') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.i-facebook:before {
  content: "\e900";
  color: #1877f2;
}
.i-instagram:before {
  content: "\e901";
  color: #e4405f;
}
.i-linkedin:before {
  content: "\e902";
  color: #0077b5;
}
.i-tiktok:before {
  content: "\e903";
}
.i-x:before {
  content: "\e904";
}
.i-youtube:before {
  content: "\e905";
  color: #f00;
}
