@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  color: #ffffffeb;
  text-align: center;
  margin-bottom: 12px;
}
h2{
   font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  margin-bottom: 8px;
  color: #ffffffeb;
  text-align: center;
}
h3{
   font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1em;
  margin-bottom: 8px;
  color: #ffffffeb;
  text-align: center;
}
p{
   font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 20px;
  color: #ffffffeb;
}
a{
   font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
}