@font-face {
    font-family: 'MiFuente';
    src: url('/fonts/mi-fuente.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* ================================
   ESTILO GENERAL
   ================================ */

body, p, li {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333; /* gris oscuro para buena lectura */
    line-height: 1.6;
}