/**
 * Legacy css/responsive.css sets `html { font-size: 10px }` (Bootstrap rem scale).
 * Injected header/footer from header.html use Tailwind utilities in `rem`; with a 10px root
 * the nav layout and typography do not match pages that load Tailwind in the document head.
 * Load this sheet after responsive/bootstrap on pages that use data-include for the global header.
 */
html {
    font-size: 16px !important;
}
