/* Font Standardization for Campus Quest */
/* All headings (h1-h5) use Special Elite with Arial fallback */
/* All paragraphs (p) use Roboto with Arial fallback */

h1, h2, h3, h4, h5 {
  font-family: 'Special Elite', Arial, sans-serif !important;
}

/* Bootstrap heading classes */
.h1, .h2, .h3, .h4, .h5 {
  font-family: 'Special Elite', Arial, sans-serif !important;
}

/* All paragraphs use Roboto with Arial fallback */
p {
  font-family: 'Roboto', Arial, sans-serif !important;
}

/* Override any existing font declarations for headings */
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: 'Special Elite', Arial, sans-serif !important;
} 