/* Add custom styles here, if needed, or use Tailwind utility classes directly in HTML */
body {
	font-family: "Tajawal", sans-serif;
}

/* Example of a custom style if you prefer to keep some CSS separate */
.custom-gradient-text {
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(to right, #8b5cf6, #ec4899); /* purple-500 to pink-500 */
}
