@charset "utf-8";

/* CSS Document */
.text-primary{
    color:var(--main-color) !important;
}
:root {
	
	/* #ff9500 in decimal RGB */
	--main-color: rgb(200 64 16);
	--main-color-rgb:58,6,10;
	--black-color:rgb(58 6 10);
	
}