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

[class^="socials-"], [class*=" socials-"] {
  font-family: 'Socials' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socials-facebook:before { content: "\e900"; }
.socials-instagram:before { content: "\e901"; }
.socials-tiktok:before { content: "\e902"; }
.socials-whatsapp:before { content: "\e903"; }
