/**
 * Tipografía del sitio — SOLO este archivo define fuentes.
 * bebas-neue-400.woff2: SIL Open Font License (Google Fonts / Dharma Type)
 */
@font-face {
  font-family: 'Bebas Neue';
  src: url('bebas-neue-400.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Obligatorio en todo el documento; anula estilos de usuario en controles */
html,
body,
*,
*::before,
*::after,
button,
input,
optgroup,
select,
textarea,
option {
  font-family: 'Bebas Neue', sans-serif !important;
}

svg text {
  font-family: 'Bebas Neue', sans-serif !important;
}
