@font-face{
    font-family: 'poppins-bold';
    src: url('../fonts/poppins-bold.ttf');
}
@font-face{
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.ttf');
}
@font-face{
    font-family: 'poppins-medium';
    src: url('../fonts/poppins-medium.ttf');
}
@font-face{
    font-family: 'poppins-light';
    src: url('../fonts/poppins-light.ttf');
}
@font-face{
    font-family: 'poppins-extraLight';
    src: url('../fonts/poppins-extralight.ttf');
}
@font-face {
    font-family: 'poppins-thin';
    src: url('../fonts/poppins-thin.ttf');
}