/* style.css */
body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  background-color: #fdfbff;
  color: #100319;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
}

.btn-primary {
  background-color: #ae3ec9;
  border-color: #ae3ec9;
}

.btn-primary:hover {
  background-color: #682578;
  border-color: #682578;
}

.btn-light {
  background-color: #fff;
  color: #ae3ec9;
  border: 1px solid #ae3ec9;
}

.btn-light:hover {
  background-color: #f5f0ff;
  color: #682578;
  border-color: #682578;
}

footer a {
  text-decoration: none;
  color: #6c757d;
}

footer a:hover {
  text-decoration: underline;
  color: #343a40;
}

.accordion-button:not(.collapsed) {
  color: #ae3ec9;
  background-color: #f0e9ff;
}

.card-title {
  font-weight: 600;
}

.navbar-brand {
  font-weight: 700;
  color: #ae3ec9;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

section.bg-light {
  background-color: #ad3ec90d !important;
}

section.bg-primary {
  background-color: #ae3ec9 !important;
}

.text-primary {
  color: #ae3ec9 !important;
}

.text-muted {
  color: #6c757d !important;
}
