@font-face{
    font-family: 'poopins-bold';
    src: url('../../font/Poppins-Bold.ttf');
}
@font-face{
    font-family: 'poopins-medium';
    src: url('../../font/Poppins-Medium.ttf');
}
@font-face{
    font-family: 'poopins-light';
    src: url('../../font/Poppins-Light.ttf');
}
.font-15{
    font-size: 15px !important;
}
.font-20{
    font-size: 20px !important;
}

.font-25{
    font-size: 25px !important;
}

.font-30{
    font-size: 30px !important;
}