
/* Encabezados */
h1 {
  font-size: 48px;
  line-height: 1.2; /* 57.6px */
  letter-spacing: 0px;
  margin-bottom: 24px;
}

h2 {
  font-size: 32px;
  line-height: 1.3; /* 41.6px */
  letter-spacing: 0px;
  margin-bottom: 20px;
}

h3 {
  font-size: 24px;
  line-height: 1.4; /* 33.6px */
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

h4 {
  font-size: 20px;
  line-height: 1.4; /* 28px */
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

h5 {
  font-size: 16px;
  line-height: 1.5; /* 24px */
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* Texto del cuerpo */
p {
  font-size: 16px;
  line-height: 1.6; /* 25.6px */
  letter-spacing: 0px;
  margin-bottom: 16px;
}

/* Estilo general para accesibilidad */
body {
  font-family: 'Arial', sans-serif; /* Cambiar según la fuente utilizada */
  color: #333; /* Color base del texto */
  background-color: #fff; /* Fondo claro para buena legibilidad */
  margin: 0;
  padding: 0;
}
