/* Roboto regular */

@font-face {
    font-family: "Poppins600";
    src: url("Poppins-SemiBold.ttf") format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins400";
    src: url("Poppins-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PoppinsExtraBold";
    src: url("Poppins-ExtraBold.ttf") format('truetype');
    font-weight: 900;
    font-style: bold;
}
