@font-face {
    font-family: 'Poppins-Medium';
    /* Name of your font family */
    src: url('./Poppins-Medium.ttf') format('truetype');
    /* Path to TTF file */
    /* font-weight: normal;
    font-style: normal; */
}


@font-face {
    font-family: 'Poppins-Regular';
    /* Name of your font family */
    src: url('./Poppins-Regular.ttf') format('truetype');
    /* Path to TTF file */
    /* font-weight: normal;
    font-style: normal; */
}
