/* Universal Font Sizes - Applied to all pages */
h1 {
  font-size: 42px !important;
}

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

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

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

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

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

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

/* Exceptions for navigation and UI elements */
.navigation a,
.navigation li,
.dropdown a,
.dropdown li,
.main-menu a,
.main-menu li {
  font-size: inherit !important;
}
