﻿/* ============================
   Font Awesome Subset (Optimizado)
   Solo incluye íconos usados en QrBox
   ============================ */

/* Base */
/* Prevención de CLS en íconos */
.fa, .fas, .fab {
    display: inline-block;
    width: 1.25em;   /* 🔹 ancho fijo */
    height: 1.25em;  /* 🔹 alto fijo */
    text-align: center;
    vertical-align: middle;
}

/* Families */
.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* ============================
   Iconos usados en QrBox
   ============================ */

/* QR / Código */
.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

/* Archivos */
.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-alt:before {
    content: "\f15c";
}
/* alternativo */
.fa-image:before {
    content: "\f03e";
}

.fa-project-diagram:before {
    content: "\f542";
}

/* Comunicación */
.fa-link:before {
    content: "\f0c1";
}
/* Enlace */
.fa-phone:before {
    content: "\f095";
}
/* Llamada */
.fa-id-card:before {
    content: "\f2c2";
}
/* vCard */
.fa-user:before {
    content: "\f007";
}
/* Usuario */
.fa-envelope:before {
    content: "\f0e0";
}
/* Email */
.fa-sms:before {
    content: "\f7cd";
}
/* SMS oficial */
.fa-comment-alt:before {
    content: "\f27a";
}
/* SMS alternativo */
.fa-align-left:before {
    content: "\f036";
}
/* Texto */

/* Aplicaciones */
.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-video:before {
    content: "\f03d";
}

/* Redes sociales */
.fa-whatsapp:before {
    content: "\f232";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-users:before {
    content: "\f0c0";
}
/* Social genérico */
.fa-hashtag:before {
    content: "\f292";
}

/* Evento */
.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-check:before {
    content: "\f274";
}

/* Conectividad */
.fa-wifi:before {
    content: "\f1eb";
}

.fa-globe:before {
    content: "\f0ac";
}
/* Social alternativo */

/* ============================
   Fuentes requeridas
   ============================ */
@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('/fontawesome/webfonts/fa-solid-900.woff2') format('woff2'), url('/fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('/fontawesome/webfonts/fa-brands-400.woff2') format('woff2'), url('/fontawesome/webfonts/fa-brands-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
