/*
Theme Name: Fascinate Child
Theme URI: https://nortenosconsax.com
Description: Child theme para personalizar nortenosconsax.com
Author: Mario
Template: fascinate
Version: 1.0.0
*/
/* Tipografía base accesible */
html { font-size: 100%; } /* 16px */
body {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 500;         /* tu preferencia */
  line-height: 1.6;
  color: #222;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", inherit, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

/* A veces el theme aplica fuentes en contenedores: neutraliza */
.site-title, .site-description,
.entry-title, .widget-title,
.navbar, .menu, .main-navigation a {
  font-family: "Poppins", inherit, sans-serif;
}

/* Botones y formularios */
button, input, select, textarea {
  font-family: inherit;
}

/* Opcional: tamaño un pelito mayor en móvil */
@media (max-width: 768px) {
  body { font-size: 17px; }
}
