/* Override body text font */
body, p, li, span, div, section, article, a, .footer{
  font-family: 'Inter', sans-serif !important;
}

/* Preserve Gilroy for headings and titles */
h1, h2, h3, h4, h5, h6,
.heading, .title, .page-title, .column-title, .features-title, .group-card-title, .card-title {
  font-family: 'Gilroy', sans-serif !important;
}

:root {
  --bs-font-sans-serif: 'Inter', sans-serif;
}