:root {
  --mi-font-family: Inter, Arial, sans-serif;
  --mi-font-size: 16px;
  --mi-line-height: 1.5;
  --mi-title-color: #222a33;
  --mi-text-color: #46586a;
}
html { font-size: var(--mi-font-size); }
body { color: var(--mi-text-color); font-family: var(--mi-font-family); font-size: 1rem; line-height: var(--mi-line-height); }
button, input, select, textarea { font-family: inherit; }
h1, .h1 { color: var(--mi-title-color); font-size: clamp(1.75rem, 2.25vw, 2.25rem); font-weight: 700; letter-spacing: -.025em; line-height: 1.18; }
h2, .h2 { color: var(--mi-title-color); font-size: clamp(1.45rem, 1.8vw, 1.75rem); font-weight: 700; letter-spacing: -.018em; line-height: 1.25; }
h3, .h3 { color: var(--mi-title-color); font-size: 1.25rem; font-weight: 700; line-height: 1.3; }
h4, .h4, h5, .h5, h6, .h6 { color: var(--mi-title-color); font-size: 1.125rem; font-weight: 650; line-height: 1.35; }
p, li, label, .form-control, .form-select { font-size: 1rem; line-height: var(--mi-line-height); }
small, .small, .form-text { font-size: .875rem; line-height: 1.45; }
.btn { font-family: var(--mi-font-family); font-size: .875rem; font-weight: 600; line-height: 1.2; }
/* Footer is a deliberately denser information block. Restore its existing
   Macinfo scale instead of applying the page-content type system to it. */
#footer .mi-footer,
#footer .mi-footer p,
#footer .mi-footer li,
#footer .mi-footer a,
#footer .mi-footer address { font-size: 12px; line-height: 20px; }
#footer .mi-footer h2 { color: #435160; font-size: 14px; font-weight: 700; line-height: 1.25; }
#footer .mi-footer__links a::before { font-size: 11px; line-height: 1; }
#footer .mi-footer__social-title { font-size: 13px; line-height: 1.25; }
#footer .mi-footer__bottom { font-size: 11px; line-height: 1.35; }
@media (max-width: 575.98px) {
  h1, .h1 { font-size: 1.75rem; }
  h2, .h2 { font-size: 1.45rem; }
}
