/* Font size overrides for better readability */
html,
body {
  font-size: 16px !important;
  line-height: 28px !important;
}

h1 {
  font-size: 40px !important;
}

h2 {
  font-size: 36px !important;
}

h3 {
  font-size: 32px !important;
}

h4 {
  font-size: 28px !important;
}

h5 {
  font-size: 24px !important;
}

h6 {
  font-size: 20px !important;
}

.bold-text {
  font-size: 20px !important;
}

/* Adjust form elements */
input, 
textarea, 
select {
  font-size: 16px !important;
}

/* Adjust table text */
table {
  font-size: 16px !important;
}

/* Adjust navigation text */
.nav-menu li a {
  font-size: 16px !important;
}

/* Adjust footer text */
.footer-top,
.footer-bottom {
  font-size: 16px !important;
} 