/* WritingLaw Author Box - Font Awesome 7.2.0 Icons */
/* Uses subsetted fonts - only 2.8 KB total! */

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
}

.fa {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    font-style: normal;
}

.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-style: normal;
}

/* Individual icons used in the plugin */
.fa-twitter::before { content: "\e61b"; }
.fa-linkedin::before { content: "\f0e1"; }
.fa-facebook::before { content: "\f39e"; }
.fa-instagram::before { content: "\f16d"; }
.fa-whatsapp::before { content: "\f232"; }
.fa-threads::before { content: "\e618"; }
.fa-reddit::before { content: "\f281"; }
.fa-pinterest::before { content: "\f231"; }
.fa-youtube::before { content: "\f167"; }
.fa-globe::before { content: "\f0ac"; }
