:root {
	--color-theme-primary-100: var(--color-orange-50);
	--color-theme-primary-200: var(--color-orange-100);
	--color-theme-primary-300: var(--color-orange-500);
	--color-theme-primary-400: var(--color-orange-700);
	--color-theme-secondary-100: var(--color-purple-100);

	--color-theme-background: var(--color-orange-700);
	--color-theme-text: var(--color-orange-50);
	--color-theme-link: var(--color-orange-50);

	--theme-link-color-primary: var(--color-orange-50);
	--theme-link-color-primary-hover: var(--color-orange-50);
	--theme-link-color-primary-active: var(--color-orange-50);

	--theme-link-color-secondary: var(--color-white);
	--theme-link-color-secondary-hover: var(--color-orange-50);
	--theme-link-color-secondary-active: var(--color-orange-50);
}

[theme=se-1-a] {
	--color-theme-primary-100: var(--color-orange-50);
	--color-theme-primary-200: var(--color-orange-100);
	--color-theme-primary-300: var(--color-orange-500);
	--color-theme-primary-400: var(--color-orange-700);
	--color-theme-secondary-200: var(--color-purple-200);
	--color-theme-secondary-100: var(--color-purple-100);
	--color-theme-text: var(--color-orange-50);
	--color-theme-link: var(--color-orange-50);
}

[theme=se-1-b] {
	--color-theme-primary-100: var(--color-orange-50);
	--color-theme-primary-200: var(--color-orange-100);
	--color-theme-primary-300: var(--color-orange-500);
	--color-theme-primary-400: var(--color-orange-700);
	--color-theme-secondary-200: var(--color-green-200);
	--color-theme-secondary-100: var(--color-green-100);
	--color-theme-text: var(--color-orange-50);
	--color-theme-link: var(--color-orange-50);

	--color-illustration-theme-100: var(--color-green-100);
	--color-illustration-theme-200: var(--color-green-300);
	--color-illustration-theme-300: var(--color-green-500);
	--color-illustration-theme-400: var(--color-green-700);
}

[theme=se-2] {
	--color-theme-primary-100: var(--color-purple-100);
	--color-theme-primary-200: var(--color-purple-200);
	--color-theme-primary-300: var(--color-purple-500);
	--color-theme-primary-400: var(--color-purple-700);
	--color-theme-secondary-200: var(--color-orange-100);
	--color-theme-secondary-100: var(--color-orange-50);
	--color-theme-text: var(--color-orange-50);

	--color-illustration-theme-100: var(--color-purple-100);
	--color-illustration-theme-200: var(--color-purple-300);
	--color-illustration-theme-300: var(--color-purple-500);
	--color-illustration-theme-400: var(--color-purple-700);
}

[theme=se-3] {
	--color-theme-primary-100: var(--color-green-100);
	--color-theme-primary-200: var(--color-green-200);
	--color-theme-primary-300: var(--color-green-500);
	--color-theme-primary-400: var(--color-green-700);
	--color-theme-secondary-200: var(--color-orange-100);
	--color-theme-secondary-100: var(--color-orange-50);
	--color-theme-text: var(--color-orange-50);

	--color-illustration-theme-100: var(--color-green-100);
	--color-illustration-theme-200: var(--color-green-300);
	--color-illustration-theme-300: var(--color-green-500);
	--color-illustration-theme-400: var(--color-green-700);
}

[theme=se-1-b],
[theme=se-2],
[theme=se-3] {
	--svk-illustration-detail-primary: var(--color-theme-primary-400);
	--svk-illustration-detail-secondary: var(--color-theme-primary-300);
	--svk-illustration-detail-tertiary: var(--color-theme-secondary);
}
