/* Local replacement for the legacy icon glyphs used by template T2. */
.fa,
.fab,
.fal,
.far,
.fas {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.fa-bars::before { content: "\2261"; }
.fa-times-hexagon::before { content: "\00D7"; }
.fa-instagram::before { content: "ig"; }
.fa-twitter::before { content: "X"; }
.fa-telegram::before { content: "\2197"; }
.fa-envelope::before { content: "\2709"; }
.fa-caret-right::before { content: "\203A"; }
.fa-angle-double-up::before { content: "\00BB"; }
.fa-arrow-right::before { content: "\2192"; }
.fa-play::before { content: "\25B6"; }
.fa-quote-right::before { content: "\201D"; }
