html,
:root {
	color-scheme: light !important;
}

body,
.site,
.site-content,
.wp-site-blocks,
.content-area,
.site-main {
	background-color: var(--asr-page-bg) !important;
}

body {
	background-image:
		radial-gradient(circle at 10% 12%, rgba(246, 199, 168, 0.14) 0, rgba(246, 199, 168, 0) 18%),
		radial-gradient(circle at 88% 14%, rgba(217, 200, 242, 0.22) 0, rgba(217, 200, 242, 0) 20%),
		radial-gradient(circle at 76% 76%, rgba(221, 211, 242, 0.18) 0, rgba(221, 211, 242, 0) 20%),
		radial-gradient(circle at 22% 70%, rgba(238, 233, 247, 0.30) 0, rgba(238, 233, 247, 0) 22%);
	background-attachment: fixed;
}

.entry-content,
.wp-block-post-content {
	background: transparent !important;
}