@font-face{
    font-family: "Poppins_bold";
    src: url(./Poppins-Bold.ttf);
}

@font-face{
    font-family: "Poppins_Semibold";
    src: url(./Poppins-SemiBold.ttf);
}

@font-face{
    font-family: "Poppins_Regular";
    src: url(./Poppins-Regular.ttf);
}

@font-face{
    font-family: "Poppins_light";
    src: url(./Poppins-Light.ttf);
}