
.text-d98c00 {
  color: #d98c00 !important;
}

.text-dark {
  color: #000 !important;
}

.text-secondary {
  color: #f7f3eb !important;
}

.background-dark {
  background-color: #000 !important;
}

.background-secondary {
  background-color: #f7f3eb !important;
}

.subheading-bigger {
  font-size: 50px;
  /* font-weight: 600; */
  color: #f7f3eb;
  font-family: "Covered By Your Grace", cursive;
}

.smooth-scroll {
  scroll-behavior: smooth;
  transition: all 1s ease-in-out;
}
