/*
 * Module: Base overrides
 * Owns: body/page background (neutralizes the brand palette bleeding into surfaces)
 * Depends on: tokens.css
 * Loads first (alphabetical) so later modules win specificity ties.
 */

body,
#page,
.site-content,
.ast-container,
.site-content .entry-content {
	background-color: #ffffff;
}

/* Full-width content template with no gaps around sections */
.entry-content > .alignfull {
	margin-block: 0;
}
