@font-face {
    font-family: "Poppins";
    src: url("../webfonts/fonts-file/Poppins-Regular.woff2") format("woff2"), 
        url("../webfonts/fonts-file/Poppins-Regular.woff.woff") format("woff"), 
        url("../webfonts/fonts-file/Poppins-Regular.ttf.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Poppins";
    src: url("../webfonts/fonts-file/Poppins-Medium.woff2") format("woff2"), 
        url("../webfonts/fonts-file/Poppins-Medium.woff") format("woff"), 
        url("../webfonts/fonts-file/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("../webfonts/fonts-file/Poppins-SemiBold.woff2") format("woff2"), 
        url("../webfonts/fonts-file/Poppins-SemiBold.woff.woff") format("woff"), 
        url("../webfonts/fonts-file/Poppins-SemiBold.ttf.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

