/* Typography overrides: titles/headers only; body remains as-is */
h1, h2, h3, .h3,
button, .btn,
label, .form-label,
[role="heading"] {
  font-family: 'Bebas Neue', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif !important;
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
