@font-face {
    font-family: 'Poppins';
    src: url('/common/fonts/poppins/Poppins-Regular.ttf') format('truetype');
    /* Add additional src entries for different font weights and styles if needed */
    font-weight: normal;
    font-style: normal;
  }
  /* @font-face {
    font-family: 'Poppins';
    src: url('/common/fonts/poppins/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
   */
  @font-face {
    font-family: 'Poppins';
    src: url('/common/fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }