body {
	font-family: 'Inter', sans-serif;
}
.bdnews-red img{
	display:inline;
	width:80%;
}
/* Custom styles for button hover effects or specific elements if needed */
.space-y-6 .store-button {
	transition: all 0.3s ease-in-out;
	background-color:transparent;
}
.store-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.store-button img{width:253px;}
.bdnews-red {
	color: #D00000; /* A common red used by bdnews24 */
}
.bdnews-red-bg {
	background-color: #D00000;
}
.bdnews-red-bg:hover {
	background-color: #A00000;
}