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

@font-face {
    font-family: "poppins-regular";
    src: url('../fonts/Poppins-Regular.ttf') format("truetype");
}

@font-face {
    font-family: "poppins-light";
    src: url('../fonts/Poppins-Light.ttf') format("truetype");
}

@font-face {
    font-family: "poppins-semibold";
    src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
}