/*!
 * Font Awesome 6 Pro — minimal subset
 * Only includes icons actually used in this project.
 * Regenerate if new icons are added: fas fa-times, fa-check, fa-caret-right,
 * fa-trash, fa-search, fa-question; far fa-check-circle;
 * fab fa-facebook-f, fa-instagram, fa-x-twitter, fa-linkedin-in, fa-pinterest-p
 */
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}
@font-face {
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.woff2) format("woff2");
}
@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");
}

.fa, .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;
}
.fas, .far {
    font-family: "Font Awesome 6 Pro";
}
.fas {
    font-weight: 900;
}
.far {
    font-weight: 400;
}
.fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Solid icons */
.fa-times:before, .fa-xmark:before { content: "\f00d"; }
.fa-check:before                   { content: "\f00c"; }
.fa-caret-right:before             { content: "\f0da"; }
.fa-trash:before                   { content: "\f1f8"; }
.fa-search:before                  { content: "\f002"; }
.fa-question:before                { content: "\3f";   }

/* Regular icons */
.fa-check-circle:before,
.fa-circle-check:before            { content: "\f058"; }
.fa-user-circle:before,
.fa-circle-user:before             { content: "\f2bd"; }

/* Brand icons */
.fa-facebook-f:before              { content: "\f39e"; }
.fa-instagram:before               { content: "\f16d"; }
.fa-x-twitter:before               { content: "\e61b"; }
.fa-linkedin-in:before             { content: "\f0e1"; }
.fa-pinterest-p:before             { content: "\f231"; }
