/* Servicios Menetan — typography.css — Estilo Fintoc */

h1, h2, h3, h4, h5 {
  font-family: var(--font-body);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text-primary);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; letter-spacing: -0.02em; }
h4 { font-size: 1rem; font-weight: 700; letter-spacing: -0.01em; }

p {
  margin-bottom: var(--space-4);
  line-height: 1.7;
}
p:last-child { margin-bottom: 0; }

strong {
  font-weight: 700;
  color: var(--text-primary);
}

em {
  font-style: normal;
  color: var(--color-gold);
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-base);
}
