/* Montserrat Variable (peso 300–800) */
@font-face{
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-wght.woff2') format('woff2-variations'),
       url('../fonts/Montserrat-wght.woff2') format('woff2');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}

/* Global: que todo use Montserrat */
html, body, button, input, select, textarea {
  font-family: 'Montserrat', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Evita “pesos inventados” si falta alguno */
html { font-synthesis-weight: none; }