@font-face{
    font-family: 'poppins-bold';
    src: url('../font/Poppins-Bold.ttf');
}
@font-face{
    font-family: 'poppins-regular';
    src: url('../font/Poppins-Regular.ttf');
}
@font-face{
    font-family: 'poppins-medium';
    src: url('../font/Poppins-Medium.ttf');
}
@font-face{
    font-family: 'poppins-light';
    src: url('../font/Poppins-Light.ttf');
}