html, body {
font-size: clamp(16px, 3vw, 18px);
hanging-punctuation: first allow-end last;
line-height: 1.5;
word-break: break-word;
text-wrap: pretty;
}
h1,h2,h3,h4,h5,h6 {
text-wrap: balance;
}
p, li {
max-inline-size: 90ch;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
line-height: inherit;
padding: .25rem .5rem;
}