@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: 'Poppins' !important;
  font-weight: 400;
  color: rgb(24, 28, 50);
}

h1,
h1 b {
  font-weight: 700 !important;
  font-size: 40px !important;
}

h2,
h2 b {
  font-weight: 700 !important;
  font-size: 28px !important;
}

h3,
h3 b {
  font-weight: 600 !important;
  font-size: 20px;
  line-height: 23px;
}

b {
  font-weight: 600;
}

p {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.button-primary {
  color: #ffffff !important;
  background-color: #f37668;
  border-color: #f37668;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  padding: 15px 20px;
  text-transform: none;
  border: 0;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  border-radius: 8px;
  text-decoration: none;
}

.button-primary:hover {
  color: #fff !important;
  outline: double #ffffff !important;
  outline-offset: -0.2rem;
  text-decoration: none !important;
}


td {
  word-wrap: break-word;  /* Wrap long words */
  word-break: break-word; /* Fallback for older browsers */
  white-space: normal;
}