/*!
*    ______ _       _   _
*    |  ____| |     | | (_)
*    | |__  | | __ _| |_ _  ___ ___  _ __
*    |  __| | |/ _` | __| |/ __/ _ \| '_ \
*    | |    | | (_| | |_| | (_| (_) | | | |
*    |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*         https://www.flaticon.com
*/

@font-face {
    font-family: "flaticon_social";
    src: url("./flaticon_social.woff2?...") format("woff2"), ...
}

/* <-- заменили общий селектор на селектор для префикса flaticon-social- */
i[class^="flaticon-social-"]:before,
i[class*=" flaticon-social-"]:before {
    font-family: "flaticon_social" !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-social-WP-logo:before { content: "\f101"; }
.flaticon-social-TG-logo:before { content: "\f102"; }
.flaticon-social-VK-logo:before { content: "\f103"; }
.flaticon-social-TN-logo:before { content: "\f104"; } 
.flaticon-social-GEO-logo:before { content: "\f105"; }


