/* H1 - MONTSERRAT + GRIS CLARO */
.elementor-widget-heading h1,
.elementor h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(2.8rem, 6vw, 4rem) !important;
  font-weight: 600 !important;
  color: #B0B0B0 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

/* H2 - LATO + BEIGE ARENA */
.elementor h2 {
  font-family: 'Lato', sans-serif !important;
  font-size: clamp(2rem, 4.5vw, 3rem) !important;
  font-weight: 600 !important;
  color: #D4CFC0 !important;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.2);
  line-height: 1.3;
}

/* H3 - RALEWAY + GRIS OSCURO */
.elementor h3 {
  font-family: 'Raleway', sans-serif !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 500 !important;
  color: #D4CFC0 !important;
  text-shadow: none;
  line-height: 1.4;
}
