:root {
	/* Brand colors */
	--color-brand: #ff0080;
	--color-brand-rgb: 255, 0, 128;
	--color-brand-hover: #e60073;
	--color-brand-light: #ffe5f1;
	--color-brand-dark: #80003f;
	--color-brand-contrast: #ffffff;

	/* Fuse compatibility aliases for existing theme consumers */
	--fuse-primary: var(--color-brand);
	--fuse-primary-rgb: var(--color-brand-rgb);
	--fuse-primary-500: var(--color-brand);
	--fuse-primary-600: var(--color-brand-hover);
	--fuse-primary-700: var(--color-brand-dark);
	--fuse-primary-contrast: var(--color-brand-contrast);
}
