/* Font Awesome 6.4.0 recortado: solo los iconos usados por ACSA (self-hosted) */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('../assets/fonts/fa-solid-900.woff2') format('woff2');
}

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

.fa,
.fas,
.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,
.fas {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

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

/* Iconos (brands) */
.fa-facebook-f:before { content: '\f39e'; }
.fa-tiktok:before { content: '\e07b'; }
.fa-instagram:before { content: '\f16d'; }
.fa-whatsapp:before { content: '\f232'; }

/* Iconos (solid) */
.fa-envelope:before { content: '\f0e0'; }
.fa-phone:before { content: '\f095'; }
.fa-map-marker-alt:before { content: '\f3c5'; }
