@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
.roboto-light{
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.roboto-regular{
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.roboto-medium{
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.roboto-bold{
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}
.roboto-black{
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}
.ubuntu-light{
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
}
.ubuntu-regular{
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
}
.ubuntu-medium{
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
}
.ubuntu-bold{
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}




