:root{
	--primary: #ff1d4d;
	--secondary: #212529;
}
.text-primary,
.text-primary:hover{
	color: var(--primary);
}