/* Global font override (exclude participation-interest page). */
body:not(.page-participation-interest) {
  font-family: "Archivo Narrow", system-ui, -apple-system, "Segoe UI", Roboto,
    Arial, sans-serif !important;
}

body:not(.page-participation-interest) input,
body:not(.page-participation-interest) select,
body:not(.page-participation-interest) textarea,
body:not(.page-participation-interest) button,
body:not(.page-participation-interest) .select2-container,
body:not(.page-participation-interest) .select2-dropdown {
  font-family: inherit !important;
}

