@charset "UTF-8";

:root {
	--bs-primary: #ff66b3;
	/* RGB equivalent used by Bootstrap utilities */
	--bs-primary-rgb: 255, 102, 179;
}

/* Ensure dark-theme variants also use the custom pink */
[data-bs-theme="dark"] {
	--bs-primary: #ff66b3;
	--bs-primary-rgb: 255, 102, 179;
}