/*
 * Fuentes de marca — Dani Lorca
 *
 * INSTRUCCIONES:
 * 1. Descarga las fuentes de sus fuentes originales:
 *    - Agrandir Narrow Text Bold → Pangram Pangram Foundry (pangram-pangram.com) — requiere licencia web
 *    - AvantGarde BK BT Book     → Bitstream / MyFonts — requiere licencia web
 *
 * 2. Coloca los archivos .woff2 y .woff en:
 *    wp-content/themes/dani-lorca-child/assets/fonts/
 *
 * 3. Los nombres de archivo esperados están indicados abajo.
 *
 * ALTERNATIVAS GRATUITAS (Google Fonts, ya cargadas en functions.php):
 *    - Agrandir Narrow Bold  →  Barlow Condensed 700
 *    - AvantGarde BK BT Book →  Nunito 400 / 700
 */

/* Agrandir Narrow Text Bold — Títulos */
@font-face {
  font-family: 'Agrandir Narrow';
  src:
    url('../fonts/AgrandirNarrow-TextBold.woff2') format('woff2'),
    url('../fonts/AgrandirNarrow-TextBold.woff')  format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* AvantGarde BK BT Book — Cuerpo */
@font-face {
  font-family: 'AvantGarde BK BT';
  src:
    url('../fonts/AvantGardeBKBT-Book.woff2') format('woff2'),
    url('../fonts/AvantGardeBKBT-Book.woff')  format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
