@font-face {
    font-family: "Poppins Regular";
    font-weight: normal;
    font-style: normal;
    src: url("Poppins-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Poppins Bold";
    font-weight: normal;
    font-style: normal;
    src: url("Poppins-Bold.ttf") format('truetype');
}