/* Fuente Poppins local (generado) */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/poppins/Poppins-Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/poppins/Poppins-Bold.ttf') format('ttf');
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/poppins/Poppins-Regular.ttf') format('ttf');
}

/* añade más @font-face según variantes descargadas */

body { font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Arial; }