.text-muted {
	color: var(--bh-muted);
}

.mt-2 {
	margin-top: var(--bh-space-2);
}

.mt-3 {
	margin-top: var(--bh-space-3);
}

.mb-3 {
	margin-bottom: var(--bh-space-3);
}

.bhblog-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	border-radius: 999px;
	background: var(--bh-accent);
	color: #fff;
	font-weight: 600;
}
