.nunito {
    font-family: "nunito", sans-serif ;
    font-style: normal ;

}
.nunito-700 {
    font-family: "nunito", sans-serif ;
    font-weight: 700 ;
    font-style: normal ;
}
.nunito-400 {
    font-family: "nunito", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.libre-baskervile-700 {
    font-family: 'Libre Baskervile', serif;
    font-weight: 700;
    font-style: normal;
}
.font-small {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}
.font-medium{
    font-size: 21px;
}
.font-large{
    font-size: 24px;
}
.font-xlarge{
    font-size: 26px;
}
.font-xxlarge{
    font-size: 32px;
}
.mt-0 {
    margin-top: 0;
}
.mb-1 {
    margin-bottom: 4px;
}

