/* App shell styles - theme-defaults.css must load first */ body { background-color: var(--color-base); color: var(--color-text); font-family: var(--font-ui); } .app-shell { display: flex; flex-direction: column; min-height: 100vh; } .app-main { flex: 1; } a { color: var(--color-link); text-decoration: none; } #header { max-width: 1200px; } /* .notebook-content width constraint for rendered content */ .notebook-content { width: 100%; max-width: 95ch; }