/**
 * Widen Raft's constrained content column.
 *
 * Default theme.json: contentSize 740px, wideSize 960px.
 * Keep in sync with settings.layout in theme.json.
 */

body {
	--wp--style--global--content-size: 900px;
	--wp--style--global--wide-size: 1200px;
}
