@font-face {
    font-family: "PoppinsRegular";
    src: local("PoppinsRegular"), url("./fonts/Poppins-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "PoppinsBold";
    src: local("PoppinsBold"), url("./fonts/Poppins-Bold.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: "PoppinsLight";
    src: local("PoppinsLight"), url("./fonts/Poppins-Light.ttf") format("truetype");
    font-weight: bold;
}
@font-face {
    font-family: "PoppinsItalic";
    src: local("PoppinsItalic"), url("./fonts/Poppins-Italic.ttf") format("truetype");
    font-style: italic;
}
@font-face {
    font-family: "PoppinsMedium";
    src: local("PoppinsMedium"), url("./fonts/Poppins-Medium.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "PoppinsSemiBold";
    src: local("PoppinsSemiBold"), url("./fonts/Poppins-SemiBold.ttf") format("truetype");
    font-weight: normal;
}
