
/*===================== Premery bg color =====================*/
:root {
	--color-primary: #2ec4b6;
	--color-hover: #1c9b8e;
	--color-secondary: #1c9b8e;
    --primary: #2ec4b6;
    --light: #F3F4F5;
    --dark: #282F34;
}


.text-primary{
 color : var(--color-primary) !important;
}