/* FontAwesome Crítico - Apenas ícones usados no site */
/* Reduzido de 11.7 KiB para ~3 KiB */

/* Font Face */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot");
    src: url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
         url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff2") format("woff2"),
         url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.woff") format("woff"),
         url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.ttf") format("truetype"),
         url("https://use.fontawesome.com/releases/v5.11.2/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

/* Apenas ícones realmente usados no site */
.fa-home:before { content: "\f015"; }
.fa-search:before { content: "\f002"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-star:before { content: "\f005"; }
.fa-user:before { content: "\f007"; }
.fa-clock:before { content: "\f017"; }
.fa-comment:before { content: "\f075"; }
.fa-heart:before { content: "\f004"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-credit-card:before { content: "\f09d"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-coins:before { content: "\f51e"; }
.fa-user-circle:before { content: "\f4bd"; }
.fa-magic:before { content: "\f0d0"; }
.fa-shield-alt:before { content: "\f3ed"; }
.fa-chart-bar:before { content: "\f080"; }
.fa-key:before { content: "\f084"; }
.fa-moon:before { content: "\f186"; }
.fa-lock:before { content: "\f023"; }
.fa-exclamation:before { content: "\f06a"; }
.fa-info:before { content: "\f129"; }

/* Ícones de redes sociais (se usados) */
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-whatsapp:before { content: "\f232"; }

/* Ícones de pagamento (se usados) */
.fa-pix:before { content: "\f1e7"; }
.fa-credit-card:before { content: "\f09d"; }

/* Tamanhos padrão */
.fa-xs { font-size: .75em; }
.fa-sm { font-size: .875em; }
.fa-lg { font-size: 1.33333em; }
.fa-2x { font-size: 2em; }
.fa-3x { font-size: 3em; }

/* Rotação e animações básicas */
.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
