@font-face {
    font-family: "poppins";
    font-weight: 300;
    src: url("../webfonts/poppins-black.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 300;
    src: url("../webfonts/poppins-black.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 100;
    src: url("../webfonts/poppins-thin.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 200;
    src: url("../webfonts/poppins-extra-light.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 300;
    src: url("../webfonts/poppins-light.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 400;
    src: url("../webfonts/poppins-regular.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 500;
    src: url("../webfonts/poppins-medium.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 600;
    src: url("../webfonts/poppins-semi-bold.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 700;
    src: url("../webfonts/poppins-bold.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 800;
    src: url("../webfonts/poppins-extra-bold.ttf") format("truetype");
}

@font-face {
    font-family: "poppins";
    font-weight: 900;
    src: url("../webfonts/poppins-black.ttf") format("truetype");
}
