/* Readable initial HTML while the interactive application is loading. */
#root > nav, #root > footer, #root > .seo-overview { max-width: 72rem; margin: auto; padding: 1.5rem; color: #27392c; font-family: system-ui, sans-serif; line-height: 1.65; }
#root > .seo-overview h1 { font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.15; }
#root > .seo-overview ul { columns: 3 14rem; padding-left: 1.2rem; }
#root > .seo-overview li { break-inside: avoid; margin-block: .5rem; }
#root > nav a, #root > footer a, .seo-overview a { color: inherit; text-decoration: underline; }
