/* Plain and readable on purpose — these three pages are reachable before
   anyone has signed in or been handed a theme, so they cannot depend on
   web/style.css (THEME's exclusively) or on the app having mounted at all. */
body { max-width: 40rem; margin: 3rem auto; padding: 0 1.25rem; font-family: Georgia, serif; line-height: 1.55; color: #1a1a1a; }
h1 { font-size: 1.5rem; margin-bottom: 0.25rem; }
h2 { font-size: 1.05rem; margin-top: 2rem; }
p, li { font-size: 0.95rem; }
.placeholder { background: #fff3cd; padding: 0 0.3em; }
nav { margin-bottom: 2rem; font-size: 0.85rem; }
nav a { margin-right: 1rem; }
a { color: #2a5db0; }
