.roboto {
    font-family: 'Roboto', sans-serif;
    margin: 5px 0px;}

.roboto-light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 5px 0px;}

.roboto-regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 5px 0px;
}

.roboto-semibold {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 5px 0px;
}

.roboto-bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin: 5px 0px;
}


.poppins {
    font-family: 'Poppins', sans-serif;
    margin: 5px 0px;
}

.poppins-light {
    font-family: 'Poppins', sans-serif;
    font-weight: 300 !important;
    margin: 5px 0px;
}

.poppins-regular {
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
    margin: 5px 0px;
}

.poppins-semibold {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
    margin: 5px 0px;
}