body {
  font-family: Georgia, serif;
  font-size: 16px;
  color: black;
}

/* Headings  */
.custom-heading {
  font-family: Georgia, serif;
  color: #1c2d59;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 1rem;
}

/* Paragraph */
.custom-paragraph {
  font-family: Georgia, serif;
  font-size: 20px;
  color: black !important;
  line-height: 1.6;
  margin-bottom: 1rem;
}

/* Buttons */
.dignity-button {
  background-color: #1c2d59;
  color: #fff;
  font-family: Georgia, serif;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.dignity-button:hover {
  background-color: #f27b21;
  color: #fff;
  font-family: Georgia, serif;
  cursor: pointer;
}
/* Buttons 2 */
.dignity-button-new {
  background-color: #f27b21;
  color: #fff;
  font-family: Georgia, serif;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.dignity-button-new:hover {
  background-color: #f27b21;
  color: #fff;
  font-family: Georgia, serif;
  cursor: pointer;
}
