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

@font-face {
    font-family: "Poppins-SemiBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Poppins-ExtraBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Poppins/Poppins-ExtraBold.ttf") format("truetype");
}