:root {
    --global-font-size: 19px;
}

/* Center table header text in Markdown tables */
table th,
.md-typeset table th,
article table th {
    text-align: center;
}