:root {
	--primary-rgb: 232 0 224; /* #e800e0 */
	--primary: rgb(var(--primary-rgb));
	--secondary-rgb: 0 252 255; /* #00fcff */
	--secondary: rgb(var(--secondary-rgb));

	--red: #ff5c5c;
	--green: #32a852;
	--orange: #ff8945;
}

.red {
	--fg: white !important;
	--bg: var(--red) !important;
}

.green {
	--fg: white !important;
	--bg: var(--green) !important;
}

.orange {
	--fg: white !important;
	--bg: var(--orange) !important;
}