:root {
	--iwz-bg: #180E34;
	--iwz-surface: rgba(36, 21, 74, 0.78);
	--iwz-surface-strong: #24154A;
	--iwz-surface-soft: rgba(49, 32, 94, 0.72);
	--iwz-surface-border: rgba(72, 185, 183, 0.16);
	--iwz-text: #FFFFFF;
	--iwz-text-soft: #C8C1DB;
	--iwz-teal: #48B9B7;
	--iwz-teal-soft: #78D8D4;
	--iwz-purple: #27134F;
	--iwz-coral: #FF5662;
	--iwz-gradient: linear-gradient(135deg, #48B9B7 0%, #27134F 100%);
	--iwz-shadow: 0 26px 70px rgba(6, 4, 18, 0.4);
	--iwz-glow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 32px 72px rgba(6, 4, 18, 0.42);
	--iwz-radius: 24px;
}

html {
	scroll-behavior: smooth;
}

body,
.editor-styles-wrapper {
	background:
		radial-gradient(circle at top right, rgba(255, 86, 98, 0.16), transparent 26%),
		radial-gradient(circle at bottom left, rgba(72, 185, 183, 0.18), transparent 34%),
		var(--iwz-bg);
	color: var(--iwz-text-soft);
	font-family: Raleway, sans-serif;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
body .wp-block-group.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 1240px;
}

p {
	color: var(--iwz-text-soft);
}

a {
	transition: color 180ms ease, opacity 180ms ease;
}

a:hover {
	color: var(--iwz-teal-soft);
}

.wp-site-blocks {
	overflow: visible;
}

.wp-block-button__link,
button,
input,
select,
textarea {
	font-family: Raleway, sans-serif;
}
