@font-face{
    font-family: "Poppins";
    src: url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap") format("truetype");    
    font-weight: 300;
    font-style:normal;
};
@font-face{
    font-family: "Poppins-medium";
    src: url("./font/Poppins/Poppins-Medium.ttf") format("truetype");    
    font-weight: 500;
    font-style:normal;
};
@font-face{
    font-family: "Poppins-Semibold";
    src: url("./font/Poppins/Poppins-SemiBold.ttf") format("truetype");    
    font-weight: 600;
    font-style:normal;
};
@font-face{
    font-family: "Poppins-bold";
    font-weight:700;
    font-style:normal;
    src: url("./font/Poppins/Poppins-Bold.woff") format("truetype");    
};