/* FAQ
   A frequently-asked-questions section built on the accordion component.
   Colour and type from tokens.css (marketing theme). */

.dp-faq {
  max-width: 48rem;
  margin: 0 auto;
  padding: var(--dp-space-12) var(--dp-space-6);
}

.dp-faq-title {
  margin: 0 0 var(--dp-space-8);
  text-align: center;
  font-size: var(--dp-text-3xl);
  line-height: var(--dp-leading-tight);
  font-weight: var(--dp-weight-bold);
  color: var(--dp-navy);
}
