/* ══════════════════════════════════════════════════════════
   LM Fonts — auto-alojadas, solo los pesos realmente usados
   Sube este archivo a: /wp-content/uploads/fonts/lm-fonts/lm-fonts.css
   Los .woff2 deben estar en la MISMA carpeta que este CSS
   (no en una subcarpeta /fonts/ — ajustado a como los pediste).
   ══════════════════════════════════════════════════════════ */

/* ─── Nunito ─── */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('nunito-v32-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('nunito-v32-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('nunito-v32-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('nunito-v32-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('nunito-v32-latin-800.woff2') format('woff2');
}

/* ─── Playfair Display ─── */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('playfair-display-v40-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('playfair-display-v40-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('playfair-display-v40-latin-500.woff2') format('woff2');
}
