/*!
 * Font Awesome Pro 6.1.2 - Optimized @font-face Rules
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 * 
 * OPTIMIZED FOR PERFORMANCE:
 * - font-display: swap (evita FOIT, mejora FCP)
 * - Solo formatos woff2 (mejor compresión y soporte moderno)
 * - Fuentes críticas primero (solid, brands)
 */

/* ========================================
   FUENTES CRÍTICAS (Solid - Más usadas)
   ======================================== */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

/* ========================================
   FUENTES SECUNDARIAS (Brands)
   ======================================== */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
}

/* ========================================
   FUENTES OPCIONALES (Regular, Light, Thin)
   Solo cargar si se usan en el sitio
   ======================================== */
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url("../webfonts/fa-light-300.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: optional;
  src: url("../webfonts/fa-thin-100.woff2") format("woff2");
}

/* ========================================
   COMPATIBILIDAD FONT AWESOME 5
   (Solo si necesitas retrocompatibilidad)
   ======================================== */
/* @font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../webfonts/fa-light-300.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2");
} */
