@font-face {
    font-family: "PoppinBold";
    src: url('/fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: "PoppinBoldItalic";
    src: url('/fonts/Poppins/Poppins-Boldltalic.ttf');
}

@font-face {
    font-family: "PoppinRegular";
    src: url('/fonts/Poppins/Poppins-Regular.ttf')
}

@font-face {
    font-family: "PoppinLight";
    src: url('/fonts/Poppins/Poppins-Light.ttf')
}