/* ============================
   Fuentes locales: Poppins
   Ruta esperada de los archivos:
   /wp-content/themes/storefront-child/fonts/poppins-400.woff2
   /wp-content/themes/storefront-child/fonts/poppins-600.woff2
   ============================ */

@font-face{
  font-family: 'Poppins';
  src: url('/wp-content/themes/storefront-child/fonts/poppins-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Poppins';
  src: url('/wp-content/themes/storefront-child/fonts/poppins-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Base tipográfica del sitio */
html, body, button, input, select, textarea {
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Titulares y botones un poco más fuertes */
h1, h2, h3, h4, h5, h6, b, strong { font-weight: 600; }
.main-navigation a,
button, .button, .wp-block-button__link { font-weight: 600; }
