/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2026 | 16:23:15 */
/* 1. Importamos Poppins desde Google Fonts con los pesos que necesitas (300, 400, 700) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/* 2. Aplicamos Poppins a todo el cuerpo y elementos */
body, body * {
    font-family: 'Poppins', sans-serif !important;
}

/* 3. Mantenemos tus reglas de pesos para títulos */
body h1 { 
    font-weight: 700; /* Equivalente a Bold */
}

body h2, body h3, body h4, body h5, body h6 { 
    font-weight: 400; /* Regular */
}
.fa {
    font-family: 'FontAwesome' !important;
}