/* Ensure all headings use Quicksand */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Optional tighter letter spacing on headings to match Quicksand's look */
h1, h2, h3 {
  letter-spacing: -0.02em;
}
