@font-face {
    font-family: Poppins-regular;
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
    font-weight: normal;
  }
  @font-face {
    font-family: Poppins-light;
    src: url(../fonts/Poppins/Poppins-Light.ttf);
    font-weight: lighter;
  }
  @font-face {
    font-family: Poppins-medium;
    src: url(../fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
  }
  @font-face {
    font-family: Poppins-bold;
    src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
  }
  @font-face {
    font-family: Poppins-extrabold;
    src: url(../fonts/Poppins/Poppins-Bold.ttf);
    font-weight: 700;
  }







