

@font-face {
  font-family: PopLight;
  src: url("./fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: PopRegular;
  src: url("./fonts/Poppins-Regular.ttf");
}

body {
  font-family: PopLight;
}

.lead{

    font-size:20px;
    font-family: PopRegular;
}

.jumbotron-heading {
  text-decoration: underline;
}