/*!
 * Font Awesome 6 — Subset AceleraStore Racing
 * Ícones: bolt, shield-halved, rotate, credit-card, gear, circle, wrench,
 *         user, cart-shopping, filter, chevron-left, chevron-right, motorcycle,
 *         shield, whatsapp (brands)
 * Gerado por Frame Tecnologia — 2026-06-17
 * Peso: ~8KB woff2 total (vs 272KB full)
 */

/* ── Base ─────────────────────────────────────────────────────── */
.fa, .fas, .fa-solid,
.fab, .fa-brands {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    line-height: 1;
}

/* ── @font-face Solid ─────────────────────────────────────────── */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-acl-solid.woff2") format("woff2");
    unicode-range: U+F007, U+F009, U+F013, U+F053, U+F054, U+F07A,
                   U+F09D, U+F0AD, U+F0B0, U+F0C9, U+F0E7, U+F111,
                   U+F132, U+F21C, U+F2F1, U+F3ED;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* ── @font-face Brands ───────────────────────────────────────── */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-acl-brands.woff2") format("woff2");
    unicode-range: U+F232;
}

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

/* ── Classes de ícone (::before com conteúdo) ────────────────── */
.fa-bolt::before           { content: "\f0e7"; }
.fa-shield-halved::before  { content: "\f3ed"; }
.fa-rotate::before         { content: "\f2f1"; }
.fa-credit-card::before    { content: "\f09d"; }
.fa-gear::before           { content: "\f013"; }
.fa-circle::before         { content: "\f111"; }
.fa-wrench::before         { content: "\f0ad"; }
.fa-user::before           { content: "\f007"; }
.fa-cart-shopping::before  { content: "\f07a"; }
.fa-filter::before         { content: "\f0b0"; }
.fa-chevron-left::before   { content: "\f053"; }
.fa-chevron-right::before  { content: "\f054"; }
.fa-motorcycle::before     { content: "\f21c"; }
.fa-shield::before         { content: "\f132"; }
.fa-bars::before           { content: "\f0c9"; }
.fa-whatsapp::before       { content: "\f232"; }
