/* =====================================
Tipografía base sin romper colores
===================================== */
body {
font-family: 'Poppins', sans-serif !important;
font-size: 17px !important;
font-weight: 500 !important;
/* ← deja que Helix mande */
}
/* Headings mantienen color del tema */
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif !important;
}
/* Bold real */
strong, b {
font-weight: 620 !important;
}