/* ==== Global Body Text ==== */
body {
  font-size: 20px !important; /* smaller for better aesthetics */
  line-height: 1.6 !important; /* keep it readable */
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

/* Force heading sizes */
.page__content h1,
h1 {
  font-size: 24px !important;
}

.page__content h2,
h2 {
  font-size: 22px !important;
}

.page__content h3,
h3 {
  font-size: 18px !important;
}

.page__content h4,
h4 {
  font-size: 16px !important;
}

/* ==== Pagination Buttons Smaller ==== */
.pagination {
  font-size: 14px !important; /* Smaller text */
}

.pagination .previous,
.pagination .next {
  padding: 8px 14px !important; /* Less padding */
  font-size: 14px !important;  /* Smaller font size */
}

.pagination a,
.pagination span {
  border-radius: 6px !important; /* Slightly rounded corners */
}
