/* ================================================
   Replace Font Awesome with Dashicons
   FA CDN removed from meta.php - Beth Mar 2026
   ================================================ */
.fa {
    font-family: 'dashicons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.fa-shopping-cart::before { content: "\f174"; }
.fa-facebook::before      { content: "\f304"; }
.fa-twitter::before       { content: "\f301"; }
.fa-envelope::before      { content: "\f466"; }
.fa-pencil::before            { content: "\f464"; }
.fa-calendar::before          { content: "\f508"; }
.fa-caret-right::before       { content: "\f345"; }
.fa-caret-left::before        { content: "\f341"; }
.fa-angle-double-up::before   { content: "\f343"; }
.fa-angle-double-down::before { content: "\f347"; }
