/* Override Proxima Nova with Red Hat Display */

/* Apply Red Hat Display to all elements */
body,
html,
* {
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Preserve icon fonts and special elements */
.sqs-svg-icon--wrapper,
[class*="icon"],
.fa,
.fas,
.far,
.fab,
[class*="font-icon"],
[class*="glyphicon"] {
  font-family: inherit !important;
}

/* Preserve any web component or utility fonts */
.material-icons,
[data-font-family] {
  font-family: inherit !important;
}

/* Ensure headings maintain proper weight contrast */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

/* Strong elements use bold weight */
strong, b {
  font-weight: 700 !important;
}

/* Emphasis uses italic */
em, i {
  font-style: italic !important;
}
