@font-face {
    font-family: "Poppins";
    src: url("Poppins-Light.woff2") format("woff2"),
        url("Poppins-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}


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


@font-face {
    font-family: "Poppins";
    src: url("Poppins-Medium.woff2") format("woff2"),
        url("Poppins-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}


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

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

body {
    font-family: "Poppins";
}