
@font-face {
  font-family: 'Poppins';
  font-weight: 400;
  font-style: normal;
  src: url('Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins';
  font-weight: 700;
  font-style: normal;
  src: url('Poppins-Bold.ttf') format('truetype');
}

/* Add more @font-face rules for different weights or styles as needed */

/* Example usage */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400; /* Use the desired weight */
}