/**
 * Custom Fonts - Template
 * 
 * INSTRUCCIONES:
 * 1. Descargar fuentes WOFF2 desde Google Fonts o similares
 * 2. Colocar archivos en carpeta fonts/
 * 3. Descomentar y ajustar @font-face según tus fuentes
 * 4. Actualizar nombres en Elementor/Theme Settings
 * 
 * Ejemplo: Montserrat (descomentar para usar)
 */

/*
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/montserrat-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/montserrat-semibold.woff2") format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/montserrat-bold.woff2") format("woff2");
}
*/

/**
 * NOTAS:
 * - Solo descarga pesos que realmente uses
 * - WOFF2 tiene mejor compresión que TTF/OTF
 * - font-display: swap evita bloqueo de render
 * - Usa Google Webfonts Helper para descargar: google-webfonts-helper.herokuapp.com
 */
