/*!
 * Font Awesome 6 Free (subset) - matched to local webfonts
 * Only includes icons actually used by NexTPisces theme
 */

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

/* --- Regular --- */
@font-face {
    font-family: 'Font Awesome 6 Free Regular';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../webfonts/fa-regular-400.woff2') format('woff2');
}

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

/* ===== Base classes ===== */
.fa-solid,
.fas {
    font-family: 'Font Awesome 6 Free Solid';
    font-weight: 900;
}

.fa-regular,
.far {
    font-family: 'Font Awesome 6 Free Regular';
    font-weight: 400;
}

.fa-brands,
.fab {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

/* ===== Icon mappings (solid) ===== */
.fa-house:before            { content: "\f015"; }
.fa-magnifying-glass:before { content: "\f002"; }
.fa-envelope:before         { content: "\f0e0"; }
.fa-heart:before            { content: "\f004"; }
.fa-user:before             { content: "\f007"; }
.fa-tags:before             { content: "\f02c"; }
.fa-folder-open:before      { content: "\f07c"; }
.fa-users:before            { content: "\f0c0"; }
.fa-angle-left:before       { content: "\f104"; }
.fa-angle-right:before      { content: "\f105"; }
.fa-archive:before          { content: "\f187"; }
.fa-file:before             { content: "\f15b"; }
.fa-chevron-left:before     { content: "\f053"; }
.fa-chevron-right:before    { content: "\f054"; }
.fa-rss:before              { content: "\f09e"; }

/* ===== Icon mappings (regular) ===== */
/* calendar and folder-open share the same glyph in regular weight */
.fa-regular.fa-calendar:before      { content: "\f133"; }
.fa-regular.fa-folder-open:before   { content: "\f07c"; }

/* ===== Icon mappings (brands) ===== */
.fa-github:before { content: "\f09b"; }
