@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    font-style: normal;
    src: url('Poppins-Light.ttf');
    src: url('Poppins-Light.ttf') format('truetype'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    font-style: normal;
    src: url('Poppins-Regular.ttf');
    src: url('Poppins-Regular.ttf') format('truetype'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    src: url('Poppins-Medium.ttf');
    src: url('Poppins-Medium.ttf') format('truetype'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    font-style: normal;
    src: url('Poppins-SemiBold.ttf');
    src: url('Poppins-SemiBold.ttf') format('truetype'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    font-style: normal;
    src: url('Poppins-Bold.ttf');
    src: url('Poppins-Bold.ttf') format('truetype'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    font-style: normal;
    src: url('Poppins-ExtraBold.ttf');
    src: url('Poppins-ExtraBold.ttf') format('truetype'),
}
@font-face {
    font-family: 'Poppins';
    font-weight: 900;
    font-style: normal;
    src: url('Poppins-Black.ttf');
    src: url('Poppins-Black.ttf') format('truetype'),
}
