/* Definir la fuente localmente */
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.ttf') format('truetype'); /* Ajusta la ruta y el nombre del archivo */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.ttf') format('truetype'); /* Ajusta la ruta y el nombre del archivo */
    font-weight: 700;
    font-style: normal;
}