<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.is-style-section-2 {
	--wp--custom--color--bg: var(--wp--preset--color--theme-02);
	--wp--custom--color--border: oklch(from var(--wp--custom--color--theme-01) 80% c h);
	--wp--custom--color--border-primary: oklch(from var(--wp--custom--color--theme-03) 80% c h);
	--wp--custom--color--button-bg: var(--wp--preset--color--theme-02);
	--wp--custom--color--button-bg-hover: var(--wp--preset--color--theme-11);
	--wp--custom--color--button-border: var(--wp--preset--color--theme-01);
	--wp--custom--color--button-border-hover: var(--wp--preset--color--theme-02);
	--wp--custom--color--button-text: var(--wp--preset--color--theme-01);
	--wp--custom--color--button-text-hover: var(--wp--preset--color--theme-02);
	--wp--custom--color--icon: var(--wp--preset--color--theme-02);
	--wp--custom--color--icon-hover: var(--wp--preset--color--theme-02);
	--wp--custom--color--link-text: var(--wp--preset--color--theme-01);
	--wp--custom--color--link-text-hover: var(--wp--preset--color--theme-11);
	--wp--custom--color--logo: white;
	--wp--custom--color--surface-bg: rgba(255, 255, 255, 0.1);
	--wp--custom--color--surface-bg-hover: var(--wp--preset--color--neutral-02);
	--wp--custom--color--surface-border: rgba(255, 255, 255, 0.05);
	--wp--custom--color--surface-border-hover: var(--wp--preset--color--neutral-02);
	--wp--custom--color--text-primary: white;
	--wp--custom--color--text-secondary: var(--wp--preset--color--theme-01);
}

.is-style-section-3 {
	--wp--custom--color--bg: var(--wp--preset--color--theme-03);
	--wp--custom--color--border: oklch(from var(--wp--custom--color--theme-01) 80% c h);
	--wp--custom--color--border-primary: oklch(from var(--wp--custom--color--theme-03) 80% c h);
	--wp--custom--color--button-bg: var(--wp--preset--color--theme-02);
	--wp--custom--color--button-bg-hover: var(--wp--preset--color--theme-11);
	--wp--custom--color--button-border: var(--wp--preset--color--theme-01);
	--wp--custom--color--button-border-hover: var(--wp--preset--color--theme-02);
	--wp--custom--color--button-text: var(--wp--preset--color--theme-01);
	--wp--custom--color--button-text-hover: var(--wp--preset--color--theme-02);
	--wp--custom--color--logo: white;
	--wp--custom--color--icon: var(--wp--preset--color--theme-02);
	--wp--custom--color--icon-hover: var(--wp--preset--color--theme-02);
	--wp--custom--color--link-text: var(--wp--preset--color--theme-01);
	--wp--custom--color--link-text-hover: var(--wp--preset--color--theme-11);
	--wp--custom--color--surface-bg: rgba(255, 255, 255, 0.1);
	--wp--custom--color--surface-bg-hover: var(--wp--preset--color--neutral-02);
	--wp--custom--color--surface-border: rgba(255, 255, 255, 0.05);
	--wp--custom--color--surface-border-hover: var(--wp--preset--color--neutral-02);
	--wp--custom--color--text-primary: white;
	--wp--custom--color--text-secondary: color-mix(in srgb, var(--wp--custom--color--text-primary) 85%, transparent);
}

.is-style-section-4 {
	/* --wp--custom--color--bg: var(--wp--preset--color--theme-01); */
	--wp--custom--color--border: oklch(from var(--wp--custom--color--theme-03) 80% c h);
	--wp--custom--color--border-primary: oklch(from var(--wp--custom--color--theme-03) 80% c h);
	--wp--custom--color--text-primary: var(--wp--preset--color--theme-03);
}</pre></body></html>