/* Don't need padding when header is clr--reverse since that adds padding in and of itself */
/* header {
  padding-block: var(--spc);
} */

.clr--reverse,
.clr--reverse--green {
  padding-block: var(--spc);
}

/* I can make a Region full-width, but can't just slap ".grid" on it without breaking the overall grid, so this pulls the blocks within region--content-blocks into the parcel. */

.region--content-blocks {
  
  grid-column: full-width;
  container: c-region--content-blocks / inline-size;
}

