@font-face{
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
}

body {
    font-family: 'Poppins'; /* Use the font in the body or any specific element */
}