/**
 * Custom Fonts - Neue Haas Display
 * Colocar en: wp-content/themes/storefront/assets/css/custom-fonts.css
 * Fuentes en: wp-content/themes/storefront/fonts/
 */

@font-face {
  font-family: 'Neue Haas Display';
  src: url('../../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Display';
  src: url('../../fonts/NeueHaasDisplayMediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Principal: Medium (500) - títulos, textos destacados */
body,
h1, h2, h3, h4, h5, h6,
.site-title,
.site-description,
.woocommerce-Price-amount,
.button,
input, select, textarea,
nav,
p {
  font-family: 'Neue Haas Display', sans-serif;
}

body {
  font-weight: 500;
}

/* Textos con menos peso: Roman (400) - para párrafos, descripciones */
.entry-content p,
.woocommerce-product-details__short-description p,
.product-description p,
.excerpt,
.comment-content,
.widget p,
.wc-block-components-product-summary__short-description {
  font-weight: 400;
}
