/* Global base typography — scales Bootstrap rem units app-wide */
html {
    font-size: 14px;
}

body {
    font-size: 1rem;
    line-height: 1.45;
}
