/**
 * Tipografía unificada — español (tildes, ñ) con la misma fuente en todo el texto.
 */
:root {
  --font-primary: "Josefin Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body,
.josefin-sans-700,
.brand-name,
h1, h2, h3, h4, h5, h6,
p, span, label, button, input, select, textarea, a, li, td, th,
.modal, .card, .alert, .form-control, .btn {
  font-family: var(--font-primary) !important;
}
