/* Para los títulos */
@font-face {
    font-family: 'Inter Black';
    src: url('fonts/INTER-BLACK.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Para el resto */
@font-face {
    font-family: 'Poppins Light';
    src: url('fonts/POPPINS-LIGHT.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Aplicar las fuentes a los elementos */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter Black', sans-serif;
    color: #151D31;
}

body {
    font-family: 'Poppins Light', sans-serif;
}


body {
    background-color: #E2E2E2;
}