@font-face {
    font-family:'Poppins';
    src: url('./Poppins-Regular.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'Poppins';
    src: url('./Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'Poppins';
    src: url('./Poppins-Bold.woff') format('woff');
    font-weight: 700;
}