* {
    font-family: Poppins-Regular-ttf;
  }
  @font-face {
      font-family: Poppins-Regular-ttf;
      src: url('../fonts/Poppins/Poppins-Regular.ttf');
    }
    @font-face {
      font-family: Poppins-Bold-ttf;
      src: url('../fonts/Poppins/Poppins-Bold.ttf');
    }
    @font-face {
      font-family: Poppins-SemiBold-ttf;
      src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
  }
  @font-face {
      font-family: Poppins-Medium-ttf;
      src: url('../fonts/Poppins/Poppins-Medium.ttf');
  }
  