/*!
* @package IcoFont
* @version 1.0.1
* @author
* @copyright 2023
* @license - https://icofont.com/license/
*/

@font-face {

    font-family: "SocialIcoFont";
    font-weight: normal;
    font-style: "Regular";
    src: url("../fonts/SocialIcoFont.woff2") format("woff2"),
        url("../fonts/SocialIcoFont.woff") format("woff");
}

.icofont-tiktok {
    font-family: 'SocialIcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}
.icofont-tiktok:before {
    content: "\f033";
}
