@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins:wght@100;300&display=swap');

/* UTILIDADES FONDOS */
.bg-gris{
    background-color: #201a18;
}

/* UTILIDADES FUENTES */
.montse{
    font-family: 'Montserrat', sans-serif;
}
.pop{
    font-family: 'Poppins', sans-serif;
}
.fw100{
    font-weight: 100 !important;
}
.fw300{
    font-weight: 300 !important;
}
.fw400{
    font-weight: 400 !important;
}

table td {
    border: 1px solid white;
}