@font-face {
    font-family: 'IconFont';
    src: url('../fonts/iconfont.woff2?eebdd6') format('woff2'),url('../fonts/iconfont.woff?eebdd6') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="fa-"], [class*=" fa-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'IconFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display:inline-block;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-allow_back:before {
    content: "\e900";
}
.icon-allow_down:before {
    content: "\e901";
}
.fa-angle-right:before {
    content: "\e902";
}
.fa-chevron-up:before {
    content: "\e903";
}
.icon-close:before {
    content: "\e904";
}
.icon-external:before {
    content: "\e905";
}
.fa-facebook:before {
    content: "\e906";
}
.fa-heart:before {
    content: "\e907";
}
.fa-instagram:before {
    content: "\e908";
}
.fa-pencil-square-o:before {
    content: "\e909";
}
.fa-twitter:before {
    content: "\e90a";
}
.fa-hashtag:before {
    content: "\e90b";
}
.fa-x:before {
    content: "\e90c";
}
.fa-tiktok:before {
    content: "\e90d";
}
.fa-pinterest:before {
    content: "\e90e";
    color: #fff;
}
.fa-line:before {
    content: "\e90f";
}
