/* Home: subset Font Awesome 4 (woff2 local) — solo iconos usados en esta vista */
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-shopping-basket:before { content: "\f291"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-bars:before { content: "\f0c9"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
.fa-pinterest-p:before { content: "\f231"; }
.fa-star:before { content: "\f005"; }
.fa-google:before { content: "\f1a0"; }
.fa-times:before { content: "\f00d"; }
.fa-search:before { content: "\f002"; }
.fa-whatsapp:before { content: "\f232"; }
