#background-gradient {
  /* background: #EEEA5C; */
  /* background: linear-gradient(0deg, rgba(238, 234, 92, 1) 0%, rgba(239, 175, 207, 1) 100%); */

  /* filter: blur(80px); */
  /* box-shadow: 0 0 8px 8px white inset; */
  height: 100vh;
  width: 100vw;
  z-index: -1;
  position: fixed;
  /* overflow-y: scroll; */
  background-image: url(/static/img/background-gradient.svg);
  background-size: 100vw 100vh;
  background-position: top;
  background-repeat: no-repeat;
}
/* #background-gradient-circle {
    clip-path: ellipse(50px 50px);
    width: 20vw;
    height: 15vh;
    transform: rotate(140.6deg);
    filter: blur(1.5rem);
}
#background-gradient-ellipse {
    clip-path: ellipse(20vw 20vh);
    width: 50vw;
    height: 50vh;
    transform: rotate(294.8deg);
} */

/* :root, [data-bs-theme=light] {
    --bs-btn-bg: #fff !important
} */

body {
  background-color: #efdacf !important;
  font-family: "Montserrat" !important;
  font-weight: 400;
  font-style: normal;
  color: #2a4a9c !important    ;
  min-height: 100vh;
}

.btn-select {
  background-color: #ffffff !important;
  border-radius: 6px !important;
}
@font-face {
  font-family: "Rozha One";
  src: url(/static/RozhaOne-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Montserrat";
  src: url(/static/Montserrat-VariableFont_wght.ttf) format("truetype");
}

h1 {
  font-family: "Rozha One";
  font-weight: 400;
  font-style: normal;
  color: #f26744 !important;
  font-size: 4rem !important;
  line-height: 3.5rem !important;
  margin-bottom: 3rem !important;
  padding-top: 0.5rem !important;
}

/* h2 {
  margin-top: 2.5rem !important;
} */

.bg-transparent {
  background-color: transparent;
}

.color-blue {
  color: #2a4a9c !important;
}
