/* ======================================
   MODO TEXTO GRANDE
   Cumple WCAG 1.4.4 (Resize Text, AA)
   Basado en estilos.css
====================================== */
@import url("estilos.css");

body {
  font-size: 1.4rem;   
  line-height: 1.9;
  letter-spacing: 0.5px;
}

h1 { font-size: 2.6rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.9rem; }

p, li, td, th, a, label {
  font-size: 1.25rem;
}

button, input, select, textarea {
  font-size: 1.25rem;
  padding: 0.8em 1.2em;
}

nav ul li a {
  font-size: 1.3rem;
  padding: 1em 1.5em;
}

caption {
  font-size: 1.3rem;
  font-weight: bold;
}
