body {
	font-family: "Inter", sans-serif;
	background-color: #f8f1e7;
	/* Light Background */
	color: #222222;
	/* Dark Text */
}

.font-poppins {
	font-family: "Poppins", sans-serif;
}

.hero-bg {
	/* Updated hero background image */
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url("../assets/images/shawama.webp");
	background-size: cover;
	background-position: center;
}

/* Custom text justification class */
.text-justify {
	text-align: justify;
}

/* Custom colors for easier use */
.bg-primary {
	background-color: #ff6b00;
}

.bg-secondary {
	background-color: #d62828;
}

.text-primary {
	color: #ff6b00;
}

.text-secondary {
	color: #d62828;
}

.bg-dark {
	background-color: #222222;
}

.bg-light {
	background-color: #f8f1e7;
}

.hover\:bg-secondary:hover {
	background-color: #d62828;
}

.hover\:text-primary:hover {
	color: #ff6b00;
}

.focus\:ring-primary:focus {
	--tw-ring-color: #ff6b00;
}
