/* === Tipografía Adobe Fonts === */

/* Textos generales (párrafos, listas, inputs, etc.) */
body, html, p, li, span, div, input, textarea, select, button {
  font-family: "calibri", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

/* Encabezados */
h1, h2, h3,
.h1, .h2, .h3 {
  font-family: "futura-pt-bold", "futura-pt", "calibri", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
