﻿/* Enter your custom CSS here */

/* Global text scaling and boldness */
body {
  font-size: 1.1rem; /* Increase as needed, e.g. 1.2rem or 18px */
  font-weight: 600;  /* 400 is normal, 700 is bold; 600 is semi-bold */
}

/* Optional: also increase font for buttons, inputs, and table cells */
.badge,
button,
input,
select,
textarea,
table,
th,
td,
label,
a {
  font-size: 1.1em;
  font-weight: 600;
}
