/* Small leftover layout rules that don't belong in tokens/components. */
html, body { height: 100%; }
body { display: flex; flex-direction: column; min-height: 100vh; }
#root { flex: 1; display: flex; flex-direction: column; }
#root > section:last-of-type,
#root > footer { margin-top: auto; }
