@font-face {
    font-family: 'Poppins';
    src: url('poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500; /* Adjust accordingly */
    font-style: normal;
    font-display:swap
}

@font-face {
    font-family: 'Poppins';
    src: url('poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 300; /* Adjust accordingly */
    font-style: normal;
}

/* Repeat the above @font-face rules for other weights */

