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