.bg-home {
	background-image: var(--bg-header);
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0);
}

.hover\:bg-black-500:hover {
	--tw-bg-opacity: 0.75;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.focus-visible\:outline-black-600:focus-visible {
	outline-color: rgba(0, 0, 0, 0.75);
}

.bg-home::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: -1;
}
