/* Slightly denser UI: Bootstrap typography and rem-based spacing scale from this root size. */
html {
    font-size: 95%;
}

/* Warning badges: solid orange background needs white copy (theme emphasis token is dark brown). */
.badge.text-bg-warning {
    color: #fff !important;
}
