@font-face {
    font-family: "Poppins";
    src: url('../fonts/Poppins-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: "PoppinsBold";
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: bold;
}