/* ExcelCurso · Tipografía global Fira Sans */
:root{
  --ec-font-sans: "Fira Sans", Arial, Helvetica, sans-serif;
}

html,
body,
button,
input,
select,
textarea,
optgroup,
table,
.site-header,
.site-footer,
.cookie-banner,
.push-promo,
.ec-promo-modal{
  font-family: var(--ec-font-sans) !important;
}

/* Texto general */
body,
p,
li,
input,
select,
textarea,
button{
  font-weight:400;
}

/* Navegación y controles */
nav,
.site-header,
.ec-top-strip,
.btn,
button,
input[type="submit"],
input[type="button"]{
  font-family:var(--ec-font-sans) !important;
}

/* Titulares: mantener personalidad y legibilidad */
h1,h2,h3,h4,h5,h6,
.hero-title,
.section-title{
  font-family:var(--ec-font-sans) !important;
  font-weight:700;
  letter-spacing:-0.015em;
}

/* Elementos destacados */
strong,
b,
.btn,
button,
.ec-top-coupon,
.ec-coupon-code{
  font-weight:600;
}

/* Evitar que código y datos técnicos hereden Fira */
code,
pre,
kbd,
samp{
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
}
