/* Font fallback to prevent errors when bahnschrift font fails to load */
@font-face {
  font-family: bahnschrift;
  font-weight: 500;
  src: local("Arial"), local("Helvetica"), local("sans-serif");
  font-display: swap;
}

/* Override any broken font-face declarations */
* {
  font-family: bahnschrift, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

