/* Estilos extra. Tailwind cubre la mayoría — aquí pequeñas mejoras
   tipográficas para los documentos legales. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }

main h2 {
  scroll-margin-top: 80px;
}

main p,
main li {
  line-height: 1.7;
}
