@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'); /* Adjust path and format as needed */
    font-weight: 400; /* Regular weight */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'); /* Adjust path and format as needed */
    font-weight: 500; /* Regular weight */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype'); /* Adjust path and format as needed */
    font-weight: 600; /* Regular weight */
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'); /* Adjust path and format as needed */
    font-weight: 700; /* Regular weight */
    font-style: normal;
}

body {
    font-family: 'Poppins', sans-serif;
}