/* SPDX-License-Identifier: AGPL-3.0-or-later WITH LicenseRef-Casca-output-exception */
/* SPDX-FileCopyrightText: 2026 💀 <skell@which.is> */
/* Casca portal - doc + post page wrapper styles.
 *
 * Serves the docs/ section (layouts/doc.html) and the blog/ section
 * (layouts/post.html). Both layouts use the same shell: a centered
 * editorial column produced by the .casca-prose primitive with page-
 * level top/bottom padding below the sticky site-header.
 *
 * NOT part of the casca library's public API - these styles are portal-
 * specific page wrapping, not primitives. The actual typography graph
 * (h1-h6, p, ul/ol, pre, code, table, links) is owned by .casca-prose
 * inside dist/casca.css.
 */

main {
  padding: var(--casca-size-5) var(--casca-size-3) var(--casca-size-6);
}
main .casca-prose {
  margin-inline: auto;
}
