/*
 * ============================================================
 * FUENTES — Cirugía Plástica Lomas
 * Self-hosted para cumplimiento GDPR / tráfico europeo
 *
 * INSTRUCCIONES DE IMPLEMENTACIÓN:
 * 1. Instalar plugin OMGF (Optimize My Fonts) en WordPress
 * 2. Configurar Cormorant Garamond: pesos 300 (normal + italic)
 * 3. Configurar Manrope: pesos 300, 400, 500
 * 4. OMGF descarga y sirve los archivos desde /wp-content/
 * 5. Este archivo se reemplaza por el generado por OMGF
 *
 * ALTERNATIVA (desarrollo local / staging):
 * Descomentar los @font-face de abajo y colocar los .woff2
 * en /assets/fonts/
 * ============================================================
 */

/*
@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/CormorantGaramond-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cormorant Garamond';
  src: url('/assets/fonts/CormorantGaramond-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/Manrope-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/Manrope-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/Manrope-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*/

/* Fallback para staging/prototipo: carga desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Manrope:wght@300;400;500&display=swap');
